зеркало из https://github.com/Azure/sonic-openssh.git
- stevesk@cvs.openbsd.org 2001/08/16 20:14:57
[ssh.1 sshd.8] document case sensitivity for ssh, sshd and key file options and arguments; ok markus@
This commit is contained in:
Родитель
91e9868e4f
Коммит
1c0fd09d15
|
@ -3,6 +3,10 @@
|
||||||
- jakob@cvs.openbsd.org 2001/08/16 19:18:34
|
- jakob@cvs.openbsd.org 2001/08/16 19:18:34
|
||||||
[servconf.c servconf.h session.c sshd.8]
|
[servconf.c servconf.h session.c sshd.8]
|
||||||
deprecate CheckMail. ok markus@
|
deprecate CheckMail. ok markus@
|
||||||
|
- stevesk@cvs.openbsd.org 2001/08/16 20:14:57
|
||||||
|
[ssh.1 sshd.8]
|
||||||
|
document case sensitivity for ssh, sshd and key file
|
||||||
|
options and arguments; ok markus@
|
||||||
|
|
||||||
20010815
|
20010815
|
||||||
- (bal) Fixed stray code in readconf.c that went in by mistake.
|
- (bal) Fixed stray code in readconf.c that went in by mistake.
|
||||||
|
@ -6326,4 +6330,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1485 2001/09/12 16:32:14 mouring Exp $
|
$Id: ChangeLog,v 1.1486 2001/09/12 16:36:17 mouring Exp $
|
||||||
|
|
6
ssh.1
6
ssh.1
|
@ -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: ssh.1,v 1.127 2001/08/14 17:54:29 stevesk Exp $
|
.\" $OpenBSD: ssh.1,v 1.128 2001/08/16 20:14:57 stevesk Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSH 1
|
.Dt SSH 1
|
||||||
.Os
|
.Os
|
||||||
|
@ -651,8 +651,8 @@ and
|
||||||
option.
|
option.
|
||||||
.Pp
|
.Pp
|
||||||
The possible
|
The possible
|
||||||
keywords and their meanings are as follows (note that the
|
keywords and their meanings are as follows (note that
|
||||||
configuration files are case-sensitive):
|
keywords are case-insensitive and arguments are case-sensitive):
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Cm Host
|
.It Cm Host
|
||||||
Restricts the following declarations (up to the next
|
Restricts the following declarations (up to the next
|
||||||
|
|
11
sshd.8
11
sshd.8
|
@ -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.8,v 1.140 2001/08/16 19:18:34 jakob Exp $
|
.\" $OpenBSD: sshd.8,v 1.141 2001/08/16 20:14:57 stevesk Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSHD 8
|
.Dt SSHD 8
|
||||||
.Os
|
.Os
|
||||||
|
@ -291,12 +291,14 @@ reads configuration data from
|
||||||
(or the file specified with
|
(or the file specified with
|
||||||
.Fl f
|
.Fl f
|
||||||
on the command line).
|
on the command line).
|
||||||
The file contains keyword-value pairs, one per line.
|
The file contains keyword-argument pairs, one per line.
|
||||||
Lines starting with
|
Lines starting with
|
||||||
.Ql #
|
.Ql #
|
||||||
and empty lines are interpreted as comments.
|
and empty lines are interpreted as comments.
|
||||||
.Pp
|
.Pp
|
||||||
The following keywords are possible.
|
The possible
|
||||||
|
keywords and their meanings are as follows (note that
|
||||||
|
keywords are case-insensitive and arguments are case-sensitive):
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Cm AFSTokenPassing
|
.It Cm AFSTokenPassing
|
||||||
Specifies whether an AFS token may be forwarded to the server.
|
Specifies whether an AFS token may be forwarded to the server.
|
||||||
|
@ -947,7 +949,8 @@ file and edit it.
|
||||||
The options (if present) consist of comma-separated option
|
The options (if present) consist of comma-separated option
|
||||||
specifications.
|
specifications.
|
||||||
No spaces are permitted, except within double quotes.
|
No spaces are permitted, except within double quotes.
|
||||||
The following option specifications are supported:
|
The following option specifications are supported (note
|
||||||
|
that option keywords are case-insensitive):
|
||||||
.Bl -tag -width Ds
|
.Bl -tag -width Ds
|
||||||
.It Cm from="pattern-list"
|
.It Cm from="pattern-list"
|
||||||
Specifies that in addition to RSA authentication, the canonical name
|
Specifies that in addition to RSA authentication, the canonical name
|
||||||
|
|
Загрузка…
Ссылка в новой задаче