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 /sftp.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 'sftp.1')
-rw-r--r-- | sftp.1 | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.24 2001/09/05 06:23:07 deraadt Exp $ +.\" $OpenBSD: sftp.1,v 1.25 2001/09/17 17:57:57 stevesk Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -32,6 +32,7 @@ .Nm sftp .Op Fl vC .Op Fl b Ar batchfile +.Op Fl F Ar ssh_config .Op Fl o Ar ssh_option .Op Ar host .Nm sftp @@ -77,6 +78,12 @@ and Enables compression (via ssh's .Fl C flag) +.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 o Ar ssh_option Can be used to pass options to .Nm ssh |