mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
- jmc@cvs.openbsd.org 2003/05/14 08:25:39
[sftp.1] - better formatting in SYNOPSIS - whitespace at EOL ok djm@
This commit is contained in:
parent
4d99519535
commit
d6ead282db
@ -67,6 +67,11 @@
|
||||
[auth2.c monitor.c sshconnect2.c auth2-krb5.c]
|
||||
implement kerberos over ssh2 ("kerberos-2@ssh.com"); tested with jakob@
|
||||
server interops with commercial client; ok jakob@ djm@
|
||||
- jmc@cvs.openbsd.org 2003/05/14 08:25:39
|
||||
[sftp.1]
|
||||
- better formatting in SYNOPSIS
|
||||
- whitespace at EOL
|
||||
ok djm@
|
||||
- (djm) Make portable build with MIT krb5 (some issues remain)
|
||||
- (djm) Add new UsePAM configuration directive to allow runtime control
|
||||
over usage of PAM. This allows non-root use of sshd when built with
|
||||
@ -1460,4 +1465,4 @@
|
||||
save auth method before monitor_reset_key_state(); bugzilla bug #284;
|
||||
ok provos@
|
||||
|
||||
$Id: ChangeLog,v 1.2696 2003/05/14 09:23:56 djm Exp $
|
||||
$Id: ChangeLog,v 1.2697 2003/05/14 09:30:38 djm Exp $
|
||||
|
10
sftp.1
10
sftp.1
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: sftp.1,v 1.42 2003/05/14 01:00:44 djm Exp $
|
||||
.\" $OpenBSD: sftp.1,v 1.43 2003/05/14 08:25:39 jmc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
|
||||
.\"
|
||||
@ -29,7 +29,7 @@
|
||||
.Nm sftp
|
||||
.Nd Secure file transfer program
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Nm sftp
|
||||
.Bk -words
|
||||
.Op Fl vC1
|
||||
.Op Fl b Ar batchfile
|
||||
@ -42,15 +42,15 @@
|
||||
.Op Fl S Ar program
|
||||
.Ar host
|
||||
.Ek
|
||||
.Nm
|
||||
.Nm sftp
|
||||
.Oo Oo Ar user Ns No @ Oc Ns
|
||||
.Ar host Ns Oo : Ns Ar file Oo
|
||||
.Ar file Oc Oc Oc
|
||||
.Nm
|
||||
.Nm sftp
|
||||
.Oo Oo Ar user Ns No @ Oc Ns
|
||||
.Ar host Ns Oo : Ns Ar dir Ns
|
||||
.Oo Ar / Oc Oc Oc
|
||||
.Nm
|
||||
.Nm sftp
|
||||
.Fl b Ar batchfile
|
||||
.Oo Ar user Ns No @ Oc Ns Ar host Ns
|
||||
.Sh DESCRIPTION
|
||||
|
Loading…
x
Reference in New Issue
Block a user