summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-08-15 23:25:46 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-08-15 23:25:46 +0000
commit14c62eb2beb36b2898187b89e6c5058f8942a693 (patch)
tree48505f5ac47e855897396daa729db4f145874fe4 /ssh.1
parent59e1249d67cea9e4fe571869750625b93c99a62b (diff)
- stevesk@cvs.openbsd.org 2001/08/14 17:54:29
[scp.1 sftp.1 ssh.1] consistent documentation and example of ``-o ssh_option'' for sftp and scp; document keyword=argument for ssh.
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.120
1 files changed, 16 insertions, 4 deletions
diff --git a/ssh.1 b/ssh.1
index b6fe0550f..8166bddda 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.126 2001/08/01 22:16:45 markus Exp $ 37.\" $OpenBSD: ssh.1,v 1.127 2001/08/14 17:54:29 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -492,10 +492,9 @@ Do not execute a remote command.
492This is useful if you just want to forward ports 492This is useful if you just want to forward ports
493(protocol version 2 only). 493(protocol version 2 only).
494.It Fl o Ar option 494.It Fl o Ar option
495Can be used to give options in the format used in the config file. 495Can be used to give options in the format used in the configuration file.
496This is useful for specifying options for which there is no separate 496This is useful for specifying options for which there is no separate
497command-line flag. 497command-line flag.
498The option has the same format as a line in the configuration file.
499.It Fl p Ar port 498.It Fl p Ar port
500Port to connect to on the remote host. 499Port to connect to on the remote host.
501This can be specified on a 500This can be specified on a
@@ -613,7 +612,8 @@ to use IPv6 addresses only.
613.El 612.El
614.Sh CONFIGURATION FILES 613.Sh CONFIGURATION FILES
615.Nm 614.Nm
616obtains configuration data from the following sources (in this order): 615obtains configuration data from the following sources in
616the following order:
617command line options, user's configuration file 617command line options, user's configuration file
618.Pq Pa $HOME/.ssh/config , 618.Pq Pa $HOME/.ssh/config ,
619and system-wide configuration file 619and system-wide configuration file
@@ -638,6 +638,18 @@ are comments.
638.Pp 638.Pp
639Otherwise a line is of the format 639Otherwise a line is of the format
640.Dq keyword arguments . 640.Dq keyword arguments .
641Configuration options may be separated by whitespace or
642optional whitespace and exactly one
643.Ql = ;
644the latter format is useful to avoid the need to quote whitespace
645when specifying configuration options using the
646.Nm ssh ,
647.Nm scp
648and
649.Nm sftp
650.Fl o
651option.
652.Pp
641The possible 653The possible
642keywords and their meanings are as follows (note that the 654keywords and their meanings are as follows (note that the
643configuration files are case-sensitive): 655configuration files are case-sensitive):