search for: opensess

Displaying 2 results from an estimated 2 matches for "opensess".

Did you mean: openness
2010 Jul 16
8
[Bug 1799] New: Unable to login through PAM on Solaris 8 x86 due to PAM_TTY
...rver's debug output: debug1: PAM: setting PAM_TTY to "ssh" I wrote a test program to show that Solaris 8 does not like this value (attached). Here is the output from the program: bash-2.03# gcc -Wall -Werror -lpam try_tty.c -o try_tty bash-2.03# ./try_tty Trying without PAM_TTY set opensession: Can not make/remove entry for session Trying with PAM_TTY set to 'ssh' opensession: Can not make/remove entry for session Trying with PAM_TTY set to '/dev/ssh' opensession: Success bash-2.03# ls -l /dev/ssh /dev/ssh: No such file or directory bash-2.03# cat /etc/release...
2015 Jul 14
2
[Bug 2427] New: ssh keygen is trying to read uninitialized slots on smart card (and is failing)
...soft token). First view was that the problem is on soft token side, but it announces the slot in correct way, with CKF_TOKEN_INITIALIZED flag, which should prevent tools to open session on this slot. I created patch against master that is skipping slots with this flag, rather than failing hard on OpenSession. Minimal reproducer is available in referenced bugzilla. To see whole output that is available as an attachment, swap the last line with: $ export PKCS11SPY=/usr/lib64/pkcs11/libsofthsm2.so $ ssh-keygen -vvvD /usr/lib64/pkcs11/pkcs11-spy.so [1] https://bugzilla.redhat.com/show_bug.cgi?id=12418...