summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-10 20:16:27 +1000
committerDamien Miller <djm@mindrot.org>2006-07-10 20:16:27 +1000
commit991dba43e17f7e4c8706158ecee32f2bfd18cac4 (patch)
treea0052663ab0a06022631b37c3215de153429febd /ssh.c
parent43020951adc182bb98ac2b3c539fbca86622166d (diff)
- stevesk@cvs.openbsd.org 2006/07/02 17:12:58
[ssh.1 ssh.c ssh_config.5 sshd_config.5] more details and clarity for tun(4) device forwarding; ok and help jmc@
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index 01303dc97..9d50e42fd 100644
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh.c,v 1.276 2006/04/25 08:02:27 dtucker Exp $ */ 1/* $OpenBSD: ssh.c,v 1.277 2006/07/02 17:12:58 stevesk Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -176,7 +176,7 @@ usage(void)
176" [-i identity_file] [-L [bind_address:]port:host:hostport]\n" 176" [-i identity_file] [-L [bind_address:]port:host:hostport]\n"
177" [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n" 177" [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]\n"
178" [-R [bind_address:]port:host:hostport] [-S ctl_path]\n" 178" [-R [bind_address:]port:host:hostport] [-S ctl_path]\n"
179" [-w tunnel:tunnel] [user@]hostname [command]\n" 179" [-w local_tun[:remote_tun]] [user@]hostname [command]\n"
180 ); 180 );
181 exit(255); 181 exit(255);
182} 182}