diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2009-10-28 16:38:19 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2009-10-28 16:38:19 +0000 |
commit | 97f5b330f199201962e945af68b91e8b67d02716 (patch) | |
tree | 0cc39ff6eadbf419c9258d9588473c698631707e /usr.bin/ssh/scp.1 | |
parent | 5b5579a3d5979ed5ec88c92ae6b1708319f9c77f (diff) |
Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.
ok markus@
Diffstat (limited to 'usr.bin/ssh/scp.1')
-rw-r--r-- | usr.bin/ssh/scp.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/scp.1 b/usr.bin/ssh/scp.1 index 5033d84f222..b9245ea53bb 100644 --- a/usr.bin/ssh/scp.1 +++ b/usr.bin/ssh/scp.1 @@ -9,9 +9,9 @@ .\" .\" Created: Sun May 7 00:14:37 1995 ylo .\" -.\" $OpenBSD: scp.1,v 1.46 2008/07/12 05:33:41 djm Exp $ +.\" $OpenBSD: scp.1,v 1.47 2009/10/28 16:38:18 reyk Exp $ .\" -.Dd $Mdocdate: July 12 2008 $ +.Dd $Mdocdate: October 28 2009 $ .Dt SCP 1 .Os .Sh NAME @@ -158,6 +158,7 @@ For full details of the options listed below, and their possible values, see .It Protocol .It ProxyCommand .It PubkeyAuthentication +.It RDomain .It RekeyLimit .It RhostsRSAAuthentication .It RSAAuthentication |