summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-01-08 18:56:48 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-01-08 18:56:48 +1100
commit535b5e172166c2515500bc20f3ea89216bd1f42b (patch)
tree646377c9164efb602f444f4f0b59708997a18e19 /sftp.1
parent75456e8ab2df99061a6aa69bcc914d05c2f4f98c (diff)
- stevesk@cvs.openbsd.org 2009/12/29 16:38:41
[sshd_config.5 readconf.c ssh_config.5 scp.1 servconf.c sftp.1 ssh.1] Rename RDomain config option to RoutingDomain to be more clear and consistent with other options. NOTE: if you currently use RDomain in the ssh client or server config, or ssh/sshd -o, you must update to use RoutingDomain. ok markus@ djm@
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.16
1 files changed, 3 insertions, 3 deletions
diff --git a/sftp.1 b/sftp.1
index ab53c1690..81d87680d 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.78 2009/10/28 21:45:08 jmc Exp $ 1.\" $OpenBSD: sftp.1,v 1.79 2009/12/29 16:38:41 stevesk Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -22,7 +22,7 @@
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\" 24.\"
25.Dd $Mdocdate: October 28 2009 $ 25.Dd $Mdocdate: December 29 2009 $
26.Dt SFTP 1 26.Dt SFTP 1
27.Os 27.Os
28.Sh NAME 28.Sh NAME
@@ -207,9 +207,9 @@ For full details of the options listed below, and their possible values, see
207.It Protocol 207.It Protocol
208.It ProxyCommand 208.It ProxyCommand
209.It PubkeyAuthentication 209.It PubkeyAuthentication
210.It RDomain
211.It RekeyLimit 210.It RekeyLimit
212.It RhostsRSAAuthentication 211.It RhostsRSAAuthentication
212.It RoutingDomain
213.It RSAAuthentication 213.It RSAAuthentication
214.It SendEnv 214.It SendEnv
215.It ServerAliveInterval 215.It ServerAliveInterval