Age | Commit message (Collapse) | Author |
|
millert@ ok
|
|
ok markus@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AuthorizedKeysFile is specified.
|
|
|
|
|
|
|
|
|
|
original patch from jlk@kamens.brookline.ma.us via nalin@redhat.com
|
|
Accepted publickey for ROOT from 127.0.0.1 port 42734 ssh2
becomes
Accepted publickey for root from 127.0.0.1 port 42734 ssh2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extra ignore messages. tested against several other ssh servers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
however, release pty, since the fd's to the child are already closed.
|
|
don't kill the login shells if the shells stdin/out/err is closed.
this should now work:
ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ?
|
|
wait() calls.
|
|
should fix sshd's hanging with WCHAN==wait
|
|
|
|
|
|
|
|
|
|
|
|
|
|
during channnel_after_select() (used for dynamic channels).
|
|
|
|
|
|
|
|
|
|
|