Skip to content

Instantly share code, notes, and snippets.

@fabienduhamel
Created December 3, 2015 10:19
Show Gist options
  • Save fabienduhamel/8f9b7738669bfca3ab1c to your computer and use it in GitHub Desktop.
Save fabienduhamel/8f9b7738669bfca3ab1c to your computer and use it in GitHub Desktop.
function ssh_connect ()
{
SSH_EXECUTE_COMMAND="sshpass -p $2 ssh -t $1@$3 '$4'"
eval $SSH_EXECUTE_COMMAND
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment