- jmc@cvs.openbsd.org 2009/10/28 21:45:08

[sshd_config.5 sftp.1]
     tweak previous;
This commit is contained in:
Darren Tucker 2010-01-08 17:05:26 +11:00
parent 34e314da1b
commit cc117f0deb
3 changed files with 9 additions and 6 deletions

View File

@ -36,6 +36,9 @@
sftp.1 sshd_config.5 readconf.c ssh.c misc.c] sftp.1 sshd_config.5 readconf.c ssh.c misc.c]
Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan. Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.
ok markus@ ok markus@
- jmc@cvs.openbsd.org 2009/10/28 21:45:08
[sshd_config.5 sftp.1]
tweak previous;
20091226 20091226
- (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1 - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1

4
sftp.1
View File

@ -1,4 +1,4 @@
.\" $OpenBSD: sftp.1,v 1.77 2009/10/28 16:38:18 reyk Exp $ .\" $OpenBSD: sftp.1,v 1.78 2009/10/28 21:45:08 jmc Exp $
.\" .\"
.\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" Copyright (c) 2001 Damien Miller. All rights reserved.
.\" .\"
@ -207,9 +207,9 @@ For full details of the options listed below, and their possible values, see
.It Protocol .It Protocol
.It ProxyCommand .It ProxyCommand
.It PubkeyAuthentication .It PubkeyAuthentication
.It RDomain
.It RekeyLimit .It RekeyLimit
.It RhostsRSAAuthentication .It RhostsRSAAuthentication
.It RDomain
.It RSAAuthentication .It RSAAuthentication
.It SendEnv .It SendEnv
.It ServerAliveInterval .It ServerAliveInterval

View File

@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: sshd_config.5,v 1.110 2009/10/28 16:38:18 reyk Exp $ .\" $OpenBSD: sshd_config.5,v 1.111 2009/10/28 21:45:08 jmc Exp $
.Dd $Mdocdate: October 28 2009 $ .Dd $Mdocdate: October 28 2009 $
.Dt SSHD_CONFIG 5 .Dt SSHD_CONFIG 5
.Os .Os
@ -806,15 +806,15 @@ Specifies whether public key authentication is allowed.
The default is The default is
.Dq yes . .Dq yes .
Note that this option applies to protocol version 2 only. Note that this option applies to protocol version 2 only.
.It Cm RDomain
Set the routing domain number.
The default routing domain is set by the system.
.It Cm RhostsRSAAuthentication .It Cm RhostsRSAAuthentication
Specifies whether rhosts or /etc/hosts.equiv authentication together Specifies whether rhosts or /etc/hosts.equiv authentication together
with successful RSA host authentication is allowed. with successful RSA host authentication is allowed.
The default is The default is
.Dq no . .Dq no .
This option applies to protocol version 1 only. This option applies to protocol version 1 only.
.It Cm RDomain
Set the routing domain number.
The default routing domain is set by the system.
.It Cm RSAAuthentication .It Cm RSAAuthentication
Specifies whether pure RSA authentication is allowed. Specifies whether pure RSA authentication is allowed.
The default is The default is