mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 16:54:51 +02:00
parent
2142ba0769
commit
3597821046
@ -40,6 +40,9 @@
|
|||||||
- note that -I is only available if support compiled in, and that it
|
- note that -I is only available if support compiled in, and that it
|
||||||
isn't by default
|
isn't by default
|
||||||
feedback/ok djm@
|
feedback/ok djm@
|
||||||
|
- jmc@cvs.openbsd.org 2005/12/23 23:46:23
|
||||||
|
[ssh.1]
|
||||||
|
less mark up for -c;
|
||||||
|
|
||||||
20051220
|
20051220
|
||||||
- (dtucker) OpenBSD CVS Sync
|
- (dtucker) OpenBSD CVS Sync
|
||||||
@ -3542,4 +3545,4 @@
|
|||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4049 2005/12/24 03:56:29 djm Exp $
|
$Id: ChangeLog,v 1.4050 2005/12/24 03:56:47 djm Exp $
|
||||||
|
30
ssh.1
30
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.229 2005/12/23 14:55:53 jmc Exp $
|
.\" $OpenBSD: ssh.1,v 1.230 2005/12/23 23:46:23 jmc Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSH 1
|
.Dt SSH 1
|
||||||
.Os
|
.Os
|
||||||
@ -186,24 +186,24 @@ Its use is strongly discouraged due to cryptographic weaknesses.
|
|||||||
The default is
|
The default is
|
||||||
.Dq 3des .
|
.Dq 3des .
|
||||||
.Pp
|
.Pp
|
||||||
For protocol version 2
|
For protocol version 2,
|
||||||
.Ar cipher_spec
|
.Ar cipher_spec
|
||||||
is a comma-separated list of ciphers
|
is a comma-separated list of ciphers
|
||||||
listed in order of preference.
|
listed in order of preference.
|
||||||
The supported ciphers are
|
The supported ciphers are:
|
||||||
.Dq 3des-cbc ,
|
3des-cbc,
|
||||||
.Dq aes128-cbc ,
|
aes128-cbc,
|
||||||
.Dq aes192-cbc ,
|
aes192-cbc,
|
||||||
.Dq aes256-cbc ,
|
aes256-cbc,
|
||||||
.Dq aes128-ctr ,
|
aes128-ctr,
|
||||||
.Dq aes192-ctr ,
|
aes192-ctr,
|
||||||
.Dq aes256-ctr ,
|
aes256-ctr,
|
||||||
.Dq arcfour128 ,
|
arcfour128,
|
||||||
.Dq arcfour256 ,
|
arcfour256,
|
||||||
.Dq arcfour ,
|
arcfour,
|
||||||
.Dq blowfish-cbc ,
|
blowfish-cbc,
|
||||||
and
|
and
|
||||||
.Dq cast128-cbc .
|
cast128-cbc.
|
||||||
The default is:
|
The default is:
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,
|
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user