Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
is overridden from login.conf; bug#453; semen at online.sinor.ru; ok millert@
|
|
ok markus@
|
|
|
|
|
|
NOTE: there are also p-specific parts to this patch. ok markus@
|
|
by galb@vandyke.com
|
|
deraadt
|
|
suggeted by millert@; ok deraadt@
|
|
from solar.
|
|
|
|
and dschultz@uclink.Berkeley.EDU
|
|
|
|
|
|
|
|
|
|
markus@, millert@ ok
Note: big usr.bin/ cleanup is comming. Now I'm waiting Ok from espie@ for
make/.
|
|
in channel.c.
|
|
server when debug; ok markus@
patch from pin@math.chalmers.se
|
|
|
|
|
|
|
|
|
|
work done by me and markus@
|
|
|
|
|
|
|
|
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.
|