View previous topic :: View next topic |
Author |
Message |
Superduck Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/213514333440029bbbd4450.png)
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 |
|
![](templates/gentoo/images/spacer.gif) |
paranode l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/1015387799418faed51676c.jpg)
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 |
|
![](templates/gentoo/images/spacer.gif) |
metacove Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/13690606733ec04c5bc2261.gif)
Joined: 09 Apr 2003 Posts: 148
|
Posted: Wed May 07, 2003 9:33 pm Post subject: |
|
|
Thanks for the tips! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|