Skip to content

Automate SSH logins when you're forced to use password authentication.

Notifications You must be signed in to change notification settings

bdelliott/sshpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

sshpass

If you need to login to a server that, for whatever reason, has public key auth disabled, you can use this script to automate login via username and password.

Your password will be stored in the appropriate keyring backend. (e.g. Keychain on Mac OS X)

Requires:

  • Python
  • pip (or easy_install)
  • pip install pexpect
  • pip install keyring

About

Automate SSH logins when you're forced to use password authentication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages