Discover the best of the web!
Learn more about Digg by taking the tour.
Great SSH and SCP Tips for Beginners to Experts
kimmo.suominen.com — Step by step examples and explanations about how to perform common useful tasks using SSH and SCP. One of the best pages I've found that tackle these commands.
- 835 diggs
- digg it
- patricks, on 10/12/2007, -0/+0Great find, this is way more useful then I expected it to be. Also, it's "tackles" ;)
- Vector713, on 10/12/2007, -0/+0yays
- odysseus, on 10/12/2007, -0/+1You also might consider adding the following to sshd_config:
Port 52412 # listen on something besides the default port of 22
Protocol 2 # deny use of old insecure SSH1 protocol
AllowUsers you@1.2.3.4 # allow only yourself @ your IP to connect
Type man sshd_config and read up on how you can (and should) limit the number of login attempts and limit login timeouts to some low number like 30 or 60 seconds. - bani, on 10/12/2007, -2/+1this is an incredibly basic introduction to ssh.
tips for beginners? absolutely.
tips for experts? not even close.
no digg. - themepsp, on 11/14/2007, -2/+0Cool link...;)
-- tom
http://themepsp.com - odysseus, on 10/12/2007, -0/+0Also, PermitRootLogin should be set to no by default. If it isn't, you should set it to no right away and consider upgrading to a newer version of openssh or openssh-portable. And if you don't need SCP or SFTP, disable them.
- vhold, on 10/12/2007, -0/+0Very concise and practical.
- forrest, on 10/12/2007, -0/+0jeez...did anyone read this guys resume? i got a semi
- drbrain, on 10/12/2007, -1/+0Best scp tip ever:
Use rsync - hholland, on 10/12/2007, -0/+0Pretty nice little tutorial
- evarlast, on 10/12/2007, -0/+0this is WAY basic. There are no tips here for Experts, or even intermediates.
- mesostinky, on 10/12/2007, -0/+0For windows
http://freesshd.com/?ctt=overview +++
