View previous topic :: View next topic |
Author |
Message |
Superduck Retired Dev
Joined: 17 Apr 2003 Posts: 104 Location: Denmark
|
Posted: Wed May 07, 2003 7:19 pm Post subject: Openssh tips |
|
|
Hi
In case you want your openssh connections to be more secure and faster add these things to your ~/.ssh/config:
# Don't ever use P1, MITM attacks
Protocol 2
# Protocol 1
Cipher blowfish
# Protocol 2
Ciphers aes128-cbc,blowfish-cbc
# Like sha better than md5
MACs hmac-sha1,hmac-md5 |
|
Back to top |
|
|
paranode l33t
Joined: 06 Mar 2003 Posts: 679 Location: Texas
|
Posted: Wed May 07, 2003 9:13 pm Post subject: |
|
|
The systemwide version of this file resides in /etc/ssh/
The client is ssh_config and the server is sshd_config, just FYI. _________________ Meh. |
|
Back to top |
|
|
metacove Tux's lil' helper
Joined: 09 Apr 2003 Posts: 148
|
Posted: Wed May 07, 2003 9:33 pm Post subject: |
|
|
Thanks for the tips! |
|
Back to top |
|
|
|