summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-30 13:06:24 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-30 13:06:24 +0000
commite0f88041945df494d1242cbaf3984edeeb68dd72 (patch)
tree395dd2c1429c69837ec7a83ca2b79af9c73ed996 /ssh.1
parent8a188a80274be0fb3d68049a8ba6cda58aab46f4 (diff)
- markus@cvs.openbsd.org 2001/04/30 11:18:52
[readconf.c readconf.h ssh.1 ssh.c sshconnect.c] implement 'ssh -b bind_address' like 'telnet -b'
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.113
1 files changed, 12 insertions, 1 deletions
diff --git a/ssh.1 b/ssh.1
index 0d26197b6..6f4110e41 100644
--- a/ssh.1
+++ b/ssh.1
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh.1,v 1.107 2001/04/22 23:58:36 markus Exp $ 37.\" $OpenBSD: ssh.1,v 1.108 2001/04/30 11:18:52 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -49,6 +49,7 @@
49.Pp 49.Pp
50.Nm ssh 50.Nm ssh
51.Op Fl afgknqstvxACNPTX1246 51.Op Fl afgknqstvxACNPTX1246
52.Op Fl b Ar bind_address
52.Op Fl c Ar cipher_spec 53.Op Fl c Ar cipher_spec
53.Op Fl e Ar escape_char 54.Op Fl e Ar escape_char
54.Op Fl i Ar identity_file 55.Op Fl i Ar identity_file
@@ -383,6 +384,9 @@ Disables forwarding of the authentication agent connection.
383.It Fl A 384.It Fl A
384Enables forwarding of the authentication agent connection. 385Enables forwarding of the authentication agent connection.
385This can also be specified on a per-host basis in a configuration file. 386This can also be specified on a per-host basis in a configuration file.
387.It Fl b Ar bind_address
388Specify the interface to transmit from on machines with multiple
389interfaces or aliased addresses.
386.It Fl c Ar blowfish|3des 390.It Fl c Ar blowfish|3des
387Selects the cipher to use for encrypting the session. 391Selects the cipher to use for encrypting the session.
388.Ar 3des 392.Ar 3des
@@ -667,6 +671,13 @@ or
667.Dq no . 671.Dq no .
668The default is 672The default is
669.Dq no . 673.Dq no .
674.It Cm BindAddress
675Specify the interface to transmit from on machines with multiple
676interfaces or aliased addresses.
677Note that this option does not work if
678.Cm UsePrivilegedPort
679is set to
680.Dq yes .
670.It Cm CheckHostIP 681.It Cm CheckHostIP
671If this flag is set to 682If this flag is set to
672.Dq yes , 683.Dq yes ,