[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Sichere SSH verbindung.. tunneling..



Hallo,

Am Donnerstag, 8. März 2007 11:49 schrieb netbone:
> Hallo!
>
> Ich wollte mal fragen ob ihr mir vielleicht sagen könnt
> ob es einen Zusatz oder ein anderes Programm gibt (OpenSource oder free)
> womit ich Verbindungen mit mehr als 256bit verschlüsseln kann..

man ssh - rtfm

Ok, weil Du Neuling bist, mal ein Ausschnitt:

-c cipher_spec
Selects the cipher specification for encrypting the session.

Protocol version 1 allows specification of a single cipher.  The supported 
values are ``3des'', ``blowfish'', and ``des''.  3des (triple-des) is an 
encrypt-decrypt-encrypt triple with three different keys.  It is believed to 
be secure.  blowfish is a fast block cipher; it appears very secure and is 
muchfaster than 3des.  des is only supported in the ssh client for 
interoperability with legacy protocol 1 implementations that do not support 
the 3des cipher.  Its use is strongly discouraged due to 
cryptographicweaknesses.  The default is ``3des''.

For protocol version 2, cipher_spec is a comma-separated list of ciphers 
listed in order of preference.The supported ciphers are: 3des-cbc, 
aes128-cbc, aes192-cbc, aes256-cbc, aes128-ctr, aes192-ctr,aes256-ctr, 
arcfour128, arcfour256, arcfour, blowfish-cbc, and cast128-cbc.  The default 
is:
                   aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,
                   arcfour256,arcfour,aes192-cbc,aes256-cbc,aes128-ctr,
                   aes192-ctr,aes256-ctr

Bis dene
Thorsten.



Reply to: