diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-03-31 21:38:17 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-03-31 21:38:17 +0800 |
commit | 36526700a983e09e77f03e404f207d6fbc220306 (patch) | |
tree | 900060f84ca3f8cb254d16ceb5e6f570a87678c0 /Makefile.in | |
parent | a0e931005b6f9de407ba2ac5b5df9e34d4a7fb7e (diff) |
Don't bother waiting for a ssh-connection service reply - the server
will disconnect if it wasn't accepted
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index cec35f1..8e1ba52 100644 --- a/Makefile.in +++ b/Makefile.in @@ -34,7 +34,7 @@ SVROBJS=svr-kex.o svr-algo.o svr-auth.o sshpty.o \ svr-tcpfwd.o svr-authpam.o CLIOBJS=cli-algo.o cli-main.o cli-auth.o cli-authpasswd.o cli-kex.o \ - cli-session.o cli-service.o cli-runopts.o cli-chansession.o \ + cli-session.o cli-runopts.o cli-chansession.o \ cli-authpubkey.o cli-tcpfwd.o cli-channel.o cli-authinteract.o \ cli-agentfwd.o list.o |