What you should do in your first 5 mins of a new server install (engineering.timbrook.im) 2 points by 7imbrook 10y ago ↗ HN
[–] gravypod 10y ago ↗ I'm a big proponent of changing the SSH port. That right there makes life a lot easier when dealing with brute force attempts.You can also make an IP tables taste limit on that port. [–] 7imbrook 10y ago ↗ My only excuse for not changing port is workflow, needing to add the flag or : on the address is too much :P [–] detaro 10y ago ↗ that's what the .ssh/config file is for [–] gravypod 10y ago ↗ Wow, I never knew that was possible from the SSH config [0]. Thanks for the pointer! Time to update all of my settings![0] - http://www.cyberciti.biz/faq/create-ssh-config-file-on-linux... [–] gravypod 10y ago ↗ You can define globals on your machine.ssh $main or ssh $mailMakes it even easier, don't need to remember domain, port, or user.
[–] 7imbrook 10y ago ↗ My only excuse for not changing port is workflow, needing to add the flag or : on the address is too much :P [–] detaro 10y ago ↗ that's what the .ssh/config file is for [–] gravypod 10y ago ↗ Wow, I never knew that was possible from the SSH config [0]. Thanks for the pointer! Time to update all of my settings![0] - http://www.cyberciti.biz/faq/create-ssh-config-file-on-linux... [–] gravypod 10y ago ↗ You can define globals on your machine.ssh $main or ssh $mailMakes it even easier, don't need to remember domain, port, or user.
[–] detaro 10y ago ↗ that's what the .ssh/config file is for [–] gravypod 10y ago ↗ Wow, I never knew that was possible from the SSH config [0]. Thanks for the pointer! Time to update all of my settings![0] - http://www.cyberciti.biz/faq/create-ssh-config-file-on-linux...
[–] gravypod 10y ago ↗ Wow, I never knew that was possible from the SSH config [0]. Thanks for the pointer! Time to update all of my settings![0] - http://www.cyberciti.biz/faq/create-ssh-config-file-on-linux...
[–] gravypod 10y ago ↗ You can define globals on your machine.ssh $main or ssh $mailMakes it even easier, don't need to remember domain, port, or user.
5 comments
[ 3.0 ms ] story [ 22.2 ms ] threadYou can also make an IP tables taste limit on that port.
[0] - http://www.cyberciti.biz/faq/create-ssh-config-file-on-linux...
ssh $main or ssh $mail
Makes it even easier, don't need to remember domain, port, or user.