diff options
author | mouring <mouring> | 2001-09-18 05:38:44 +0000 |
---|---|---|
committer | mouring <mouring> | 2001-09-18 05:38:44 +0000 |
commit | 518e053c36cfe20d63c628ed57f8f4533bb961ad (patch) | |
tree | 18fb76fd18a28167cb2197fc9ef6bc8fa888bd51 /scp.1 | |
parent | 2611ec1d73e1f4243eca3b284fc2114a99d0312b (diff) | |
download | openssh-518e053c36cfe20d63c628ed57f8f4533bb961ad.tar.gz |
- stevesk@cvs.openbsd.org 2001/09/17 17:57:57
[scp.1 scp.c sftp.1 sftp.c]
add -Fssh_config option; ok markus@
Diffstat (limited to 'scp.1')
-rw-r--r-- | scp.1 | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -9,7 +9,7 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $OpenBSD: scp.1,v 1.18 2001/09/05 06:23:07 deraadt Exp $ +.\" $OpenBSD: scp.1,v 1.19 2001/09/17 17:57:56 stevesk Exp $ .\" .Dd September 25, 1999 .Dt SCP 1 @@ -20,6 +20,7 @@ .Sh SYNOPSIS .Nm scp .Op Fl pqrvC46 +.Op Fl F Ar ssh_config .Op Fl S Ar program .Op Fl P Ar port .Op Fl c Ar cipher @@ -92,6 +93,12 @@ Passes the flag to .Xr ssh 1 to enable compression. +.It Fl F Ar ssh_config +Specifies an alternative +per-user configuration file for +.Nm ssh . +This option is directly passed to +.Xr ssh 1 . .It Fl P Ar port Specifies the port to connect to on the remote host. Note that this option is written with a capital |