- djm@cvs.openbsd.org 2011/09/05 05:56:13

[scp.1 sftp.1]
     mention ControlPersist and KbdInteractiveAuthentication in the -o
     verbiage in these pages too (prompted by jmc@)
This commit is contained in:
Damien Miller 2011-09-22 21:34:15 +10:00
parent efad727517
commit e577772a89
3 changed files with 12 additions and 4 deletions

View File

@ -20,6 +20,10 @@
[ssh.1] [ssh.1]
Add some missing ssh_config(5) options that can be used in ssh(1)'s Add some missing ssh_config(5) options that can be used in ssh(1)'s
-o argument. Patch from duclare AT guu.fi -o argument. Patch from duclare AT guu.fi
- djm@cvs.openbsd.org 2011/09/05 05:56:13
[scp.1 sftp.1]
mention ControlPersist and KbdInteractiveAuthentication in the -o
verbiage in these pages too (prompted by jmc@)
20110909 20110909
- (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From - (dtucker) [entropy.h] Bug #1932: remove old definition of init_rng. From

6
scp.1
View File

@ -8,9 +8,9 @@
.\" .\"
.\" Created: Sun May 7 00:14:37 1995 ylo .\" Created: Sun May 7 00:14:37 1995 ylo
.\" .\"
.\" $OpenBSD: scp.1,v 1.56 2010/12/09 14:13:32 jmc Exp $ .\" $OpenBSD: scp.1,v 1.57 2011/09/05 05:56:13 djm Exp $
.\" .\"
.Dd $Mdocdate: December 9 2010 $ .Dd $Mdocdate: September 5 2011 $
.Dt SCP 1 .Dt SCP 1
.Os .Os
.Sh NAME .Sh NAME
@ -140,6 +140,7 @@ For full details of the options listed below, and their possible values, see
.It ConnectTimeout .It ConnectTimeout
.It ControlMaster .It ControlMaster
.It ControlPath .It ControlPath
.It ControlPersist
.It GlobalKnownHostsFile .It GlobalKnownHostsFile
.It GSSAPIAuthentication .It GSSAPIAuthentication
.It GSSAPIDelegateCredentials .It GSSAPIDelegateCredentials
@ -152,6 +153,7 @@ For full details of the options listed below, and their possible values, see
.It IdentityFile .It IdentityFile
.It IdentitiesOnly .It IdentitiesOnly
.It IPQoS .It IPQoS
.It KbdInteractiveAuthentication
.It KbdInteractiveDevices .It KbdInteractiveDevices
.It KexAlgorithms .It KexAlgorithms
.It LogLevel .It LogLevel

6
sftp.1
View File

@ -1,4 +1,4 @@
.\" $OpenBSD: sftp.1,v 1.90 2011/08/07 12:55:30 dtucker Exp $ .\" $OpenBSD: sftp.1,v 1.91 2011/09/05 05:56:13 djm Exp $
.\" .\"
.\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" Copyright (c) 2001 Damien Miller. All rights reserved.
.\" .\"
@ -22,7 +22,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.
.\" .\"
.Dd $Mdocdate: August 7 2011 $ .Dd $Mdocdate: September 5 2011 $
.Dt SFTP 1 .Dt SFTP 1
.Os .Os
.Sh NAME .Sh NAME
@ -194,6 +194,7 @@ For full details of the options listed below, and their possible values, see
.It ConnectTimeout .It ConnectTimeout
.It ControlMaster .It ControlMaster
.It ControlPath .It ControlPath
.It ControlPersist
.It GlobalKnownHostsFile .It GlobalKnownHostsFile
.It GSSAPIAuthentication .It GSSAPIAuthentication
.It GSSAPIDelegateCredentials .It GSSAPIDelegateCredentials
@ -206,6 +207,7 @@ For full details of the options listed below, and their possible values, see
.It IdentityFile .It IdentityFile
.It IdentitiesOnly .It IdentitiesOnly
.It IPQoS .It IPQoS
.It KbdInteractiveAuthentication
.It KbdInteractiveDevices .It KbdInteractiveDevices
.It KexAlgorithms .It KexAlgorithms
.It LogLevel .It LogLevel