| commit | b5820f40bf6c088b02106ef900c6608357834448 | [log] [download] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Wed Dec 17 16:27:32 2003 +1100 |
| committer | Damien Miller <djm@mindrot.org> | Wed Dec 17 16:27:32 2003 +1100 |
| tree | 459c5acd9a0fbc280ab9160fc11622b9bbca934e | |
| parent | 5cd9d443ef70e5c8bf8cc21bc6cc81298e18e863 [diff] |
20031217
- (djm) OpenBSD CVS Sync
- markus@cvs.openbsd.org 2003/12/09 15:28:43
[serverloop.c]
make ClientKeepAlive work for ssh -N, too (no login shell requested).
1) send a bogus channel request if we find a channel
2) send a bogus global request if we don't have a channel
ok + test beck@