Skip to content

Instantly share code, notes, and snippets.

@cnruby
Last active July 1, 2020 19:26
Show Gist options
  • Save cnruby/c380b75326d4941705ba2086a89338dc to your computer and use it in GitHub Desktop.
Save cnruby/c380b75326d4941705ba2086a89338dc to your computer and use it in GitHub Desktop.
adding password to .ssh/config

using ssh-forever

# need to install ruby
# install ssh-forever on macos or linux
gem install ssh-forever
# adding password to .ssh/config
ssh-forever <USER_NAME>@<SERVER_NAME>
# enter 'return'
# enter 'return'
# enter PASSWORD

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment