Bookmarks tagged [ssh]
https://github.com/alexcrichton/ssh2-rs
libssh2 bindings
- tags: rust, network-programming, ssh
- source code
https://github.com/pijul-scm/thrussh/
an SSH library written from scratch in Rust, backed by libsodium
- tags: rust, network-programming, ssh
- source code
https://github.com/moul/awesome-ssh#readme
💻 A curated list of SSH resources. Contribute to moul/awesome-ssh development by creating an account on GitHub.
- tags: awesome-list, ssh
- source code
https://stackoverflow.com/questions/10032461/git-keeps-asking-me-for-my-ssh-key-passphrase
Once you have started the SSH agent with: ...
https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/
$ pbcopy < ~/.ssh/id_rsa.pub
Copies the contents of the id_rsa.pub file to your clipboard
http://idroot.net/tutorials/how-to-change-ssh-port-in-ubuntu/
The Secure Shell (SSH) Protocol by default uses port 22. Accepting this value does not make your system insecure, nor will changing the port provide a significant variance in security. However, changi...