summaryrefslogtreecommitdiff
path: root/ssh.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-09-12 17:48:04 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-09-12 17:48:04 +0000
commit14f31ab947acd4c0b1698195782b904e0d6c7686 (patch)
tree616f6afce0f41100d67abb9564889d00aaaf08ec /ssh.1
parent525a09389e05c2134b41ccee87deae5cff31d66f (diff)
- markus@cvs.openbsd.org 2001/08/28 15:39:48
[ssh.1 ssh.c] allow: ssh -F configfile host
Diffstat (limited to 'ssh.1')
-rw-r--r--ssh.111
1 files changed, 10 insertions, 1 deletions
diff --git a/ssh.1 b/ssh.1
index 4fef3d587..02c6ce6f9 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.131 2001/08/22 17:45:16 stevesk Exp $ 37.\" $OpenBSD: ssh.1,v 1.132 2001/08/28 15:39:48 markus Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH 1 39.Dt SSH 1
40.Os 40.Os
@@ -57,6 +57,7 @@
57.Op Fl m Ar mac_spec 57.Op Fl m Ar mac_spec
58.Op Fl o Ar option 58.Op Fl o Ar option
59.Op Fl p Ar port 59.Op Fl p Ar port
60.Op Fl F Ar configfile
60.Oo Fl L Xo 61.Oo Fl L Xo
61.Sm off 62.Sm off
62.Ar port : 63.Ar port :
@@ -564,6 +565,14 @@ The default value can be set on a host-by-host basis in the
564configuration files; see the 565configuration files; see the
565.Cm Compression 566.Cm Compression
566option below. 567option below.
568.It Fl F Ar configfile
569Specifies an alternative per-user configuration file.
570If a configuration file is given on the command line,
571the system-wide configuration file
572.Pq Pa /etc/ssh_config
573will be ignored.
574The default for the per-user configuration file is
575.Pa $HOME/.ssh/config .
567.It Fl L Ar port:host:hostport 576.It Fl L Ar port:host:hostport
568Specifies that the given port on the local (client) host is to be 577Specifies that the given port on the local (client) host is to be
569forwarded to the given host and port on the remote side. 578forwarded to the given host and port on the remote side.