Skip to content

Instantly share code, notes, and snippets.

@arpitr
Created August 18, 2015 07:15
Show Gist options
  • Save arpitr/e958ad18529c9010f2e8 to your computer and use it in GitHub Desktop.
Save arpitr/e958ad18529c9010f2e8 to your computer and use it in GitHub Desktop.
- SSH with password
- Add alias on bashrc
sudo apt-get install sshpass
#Then prepend your ssh/scp command with
sshpass -p '<password>' <ssh/scp command>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment