add ssh identities to your ssh agent when you start your bash session
Put this somewhere on your .bash_profile [bash] function addSSHIdentities() { pushd ~/.ssh #add all your keys here ssh-add some_private_key ssh-add…
Put this somewhere on your .bash_profile [bash] function addSSHIdentities() { pushd ~/.ssh #add all your keys here ssh-add some_private_key ssh-add…
For my (and your) future reference, here’s a function to put on your .bashrc or .bash_profile, you can invoke it…
You may be running several independent but similar servers at the same time and wasting time by executing commands in…
We’ve noticed that most of our servers have been under heavy attack from random IP addresses to break via SSH.…