diff options
author | 2010-01-09 00:57:10 +0000 | |
---|---|---|
committer | 2010-01-09 00:57:10 +0000 | |
commit | f452f5c59af7f7d3518c0cb2f2efab10fce12518 (patch) | |
tree | 38bc8378d432dc0e1f50223ddd4ec1f1ce31274a | |
parent | add a 'read-only' mode to sftp-server(8) that disables open in write mode (diff) | |
download | wireguard-openbsd-f452f5c59af7f7d3518c0cb2f2efab10fce12518.tar.xz wireguard-openbsd-f452f5c59af7f7d3518c0cb2f2efab10fce12518.zip |
tweak language
-rw-r--r-- | usr.bin/ssh/PROTOCOL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/PROTOCOL b/usr.bin/ssh/PROTOCOL index c4fd57062c2..9b74b94754f 100644 --- a/usr.bin/ssh/PROTOCOL +++ b/usr.bin/ssh/PROTOCOL @@ -6,8 +6,8 @@ filexfer protocol described in: http://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt -Features from newer versions of the draft are not supported, unless -explicitly implemented as extensions described below. +Newer versions of the draft will not be supported, though some features +are individually implemented as extensions described below. The protocol used by OpenSSH's ssh-agent is described in the file PROTOCOL.agent @@ -251,4 +251,4 @@ The values of the f_flag bitmask are as follows: Both the "statvfs@openssh.com" and "fstatvfs@openssh.com" extensions are advertised in the SSH_FXP_VERSION hello with version "2". -$OpenBSD: PROTOCOL,v 1.13 2009/12/20 23:20:40 djm Exp $ +$OpenBSD: PROTOCOL,v 1.14 2010/01/09 00:57:10 djm Exp $ |