search for: try_tty

Displaying 1 result from an estimated 1 matches for "try_tty".

Did you mean: try_it
2010 Jul 16
8
[Bug 1799] New: Unable to login through PAM on Solaris 8 x86 due to PAM_TTY
...hat Sunfreeware did define PAM_TTY_KLUDGE, because I see this in the server'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...