Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Openssh tips
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Superduck
Retired Dev
Retired Dev


Joined: 17 Apr 2003
Posts: 104
Location: Denmark

PostPosted: Wed May 07, 2003 7:19 pm    Post subject: Openssh tips Reply with quote

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
View user's profile Send private message
paranode
l33t
l33t


Joined: 06 Mar 2003
Posts: 679
Location: Texas

PostPosted: Wed May 07, 2003 9:13 pm    Post subject: Reply with quote

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
View user's profile Send private message
metacove
Tux's lil' helper
Tux's lil' helper


Joined: 09 Apr 2003
Posts: 148

PostPosted: Wed May 07, 2003 9:33 pm    Post subject: Reply with quote

Thanks for the tips!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum