diff options
Diffstat (limited to 'src/ssh.h')
-rw-r--r-- | src/ssh.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ struct ssh_opts { char *cipher; /* -c */ char *hmac; /* -M */ int compress; /* -C */ + int nodelay; /* -N */ int debuglevel; /* -v */ bool no_hostkey_check; /* -H */ |