Age | Commit message (Collapse) | Author |
|
|
|
|
|
bit more memory for slow receivers but increases througput.
|
|
|
|
|
|
use new server_input_channel_req() instead:
server_input_channel_req does generic request parsing on server side
session_input_channel_req handles just session specific things now
ok djm@
|
|
|
|
|
|
|
|
|
|
hostname/unix:d and uts.nodename/unix:d if nodename was different than
hostname. just add entry for unix:d instead. ok markus@
|
|
|
|
|
|
|
|
(v2 only, but the openssh client does not support this feature).
|
|
|
|
|
|
|
|
|
|
$ echo $DISPLAY
localhost:12.0
$ netstat -an|grep 6012
tcp 0 0 127.0.0.1.6012 *.* LISTEN
tcp6 0 0 ::1.6012 *.* LISTEN
sshd_config gatewayports=yes can be used to revert back to the old
behavior. will control this with another option later. ok markus@
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
----------------------------------------------------------------------
|
|
|
|
Lutz.Jaenicke@aet.TU-Cottbus.DE
|
|
|
|
<assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok
|
|
|
|
TODO; cleanup headers
|
|
dwd@bell-labs.com
|
|
|
|
|
|
|
|
|
|
|
|
we do already trust $HOME/.ssh
you can use .ssh/sshrc and .ssh/environment if you want to customize
the location of the xauth cookies
|
|
|
|
merge pty_cleanup_proc into session_pty_cleanup()
|
|
|
|
delay deletion of the xauth cookie
|
|
|
|
|
|
zen-parse@gmx.net on bugtraq
|
|
|