Skip to content

Script which allows to skip entering password or passphrase when working with remote Linux host through SSL

Notifications You must be signed in to change notification settings

aprey10/ssh-authorizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ssh-authorizer

Script which allows to skip entering password or passphrase when working with remote Linux host through SSH.

Usage example:

If you have a script which runs commands on a remote machine, by default, you will have to enter password or ssh keys passphrase each time when remote command is executed.

Instead, you can execute ssh-authorizer once and you won't need entering anything anymore:

./ssh-authorizer.sh -host [email protected]

Requirements:
  • Generated SSH keys;
  • ssh-agent on your system.

About

Script which allows to skip entering password or passphrase when working with remote Linux host through SSL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages