Skip to content

Instantly share code, notes, and snippets.

@orange723
Last active August 3, 2023 02:45
Show Gist options
  • Save orange723/5ae3a0370b8dfbf4498b4cb6e8aaebef to your computer and use it in GitHub Desktop.
Save orange723/5ae3a0370b8dfbf4498b4cb6e8aaebef to your computer and use it in GitHub Desktop.
ssh-auto

ssh 自动认证

ssh-agent # run

ssh-add key.pem # add private key

ssh-add -D # clean private key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment