Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 533 Bytes

sam.md

File metadata and controls

13 lines (11 loc) · 533 Bytes

sam

ssh agent manager

  • lists fingerprints of all added keys: sam ls
  • add (private key) to agent: sam add default_key
  • delete from the agent: sam rm default_key
  • load all available keys to agent: sam all
  • remove all keys from the agent: sam clean
  • copy (public key) to clipboard: sam copy default_key
  • fix ~/.ssh permissions: sam fix
  • generate ssh key pair in interactive mode (rsa 4096): sam gen [email protected]
  • upload pub to a remote server: sam deploy default_key user@host