/ Published in: Bash
Create a bash alias for a SSH command, e.g. sshToWork
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
echo "alias sshToWork=\"ssh -i pathToKey.pem user@host\"" >> $HOME/.bash_profile