Age | Commit message (Collapse) | Author |
|
|
|
ok markus@
|
|
|
|
|
|
|
|
status for variables (as SHELL is very, very special, according to
POSIX/Single Unix).
|
|
ok art@
|
|
|
|
|
|
|
|
ok markus@
|
|
|
|
|
|
closes...
|
|
|
|
Enter it as a regression test, so it can get fixed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$TEST_SSH_{SSH,SSHD,SSHAGENT,SSHADD,SSHKEYGEN,SSHKEYSCAN}
|
|
|
|
XXX - what about the install targets?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sshd only accepts connections from stdin. allows testing with 775 /usr/obj
|
|
|
|
|
|
|
|
connect client and server w/o TCP:
ssh -o 'proxycommand sshd -i -f $OBJ/sshd_proxy'
|
|
|
|
|
|
note that these tests will start sshd on 127.0.0.1:4242
and will fail if the realpath of /usr/src/usr.sbin/ssh/obj/ contains
a group or world writeable directory.
|
|
|
|
|
|
|
|
|
|
|
|
|