Skip to content

Latest commit

 

History

History
47 lines (40 loc) · 2.7 KB

ssh.md

File metadata and controls

47 lines (40 loc) · 2.7 KB

Bookmarks tagged [ssh]

https://github.com/alexcrichton/ssh2-rs

libssh2 bindings


https://github.com/pijul-scm/thrussh/

an SSH library written from scratch in Rust, backed by libsodium


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.


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...