diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2001-02-09 18:18:27 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2001-02-09 18:18:27 +0000 |
commit | 237f8a7a47b749ae5e3cee62ada99ff16f7aa371 (patch) | |
tree | 5289b4deac353e23da67dc3e3e7a99afc364405c /usr.bin | |
parent | 3ee1b3c5cd0c0f71477bfd83ecbfd84a171243f7 (diff) |
correct default ciphers
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index b7cb14da646..53a33c5b812 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ssh.1,v 1.87 2001/02/08 19:22:38 itojun Exp $ +.\" $OpenBSD: ssh.1,v 1.88 2001/02/09 18:18:26 provos Exp $ .Dd September 25, 1999 .Dt SSH 1 .Os @@ -672,7 +672,12 @@ Specifies the ciphers allowed for protocol version 2 in order of preference. Multiple ciphers must be comma-separated. The default is -.Dq 3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes128-cbc . +.Pp +.Bd -literal + ``3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes128-cbc, + aes192-cbc,aes256-cbc,rijndael128-cbc,rijndael192-cbc, + rijndael256-cbc,rijndael-cbc@lysator.liu.se'' +.Ed .It Cm Compression Specifies whether to use compression. The argument must be |