I had a nice article but somehow it got screwed to hell and back. I have no idea what I did. I will not rewrite it. This is now purely a list of resources. I really hate tinymce for this. You can’t just past text from the internet because it auto adds H4’s for some no brain reason. So you have to switch to text view to paste text, then you can switch back and add the link. So helpful.
Articles
SSH keys – basically documentation on the subject by arch linux.
Tutorials point article covering ssh-keygen
Understanding the SSH Encryption and Connection Process – a really decent article going into the details of how SSH actually works underneath for anyone interested. I highly suggest reading this as it eliminates some of the questions you may have.
ssh-keygen – Generate a New SSH Key
SSH command – article about SSH on
SSH manual.– a 1990’s looking manual LOL basically the SSH documentation from what I can see.
Really good DigitalOcean article/manual about SSH
How to manage multiple SSH key pairs
SSH Keys with Multiple GitHub Accounts
Configuring openssh for passwordless login- a guide by ubuntu about how to setup openssh to allow logins by ssh without passwords.
Host Vs HostName – you know just to be confusing
Fix: Pseudo-terminal will not be allocated because stdin is not a terminal – because SSH is stuck in 1990 and you need to give passwords and answer yes EVERYWHERE This totally makes scripting automated server deploys EXTREMELY HARD.
Securely add a host (e.g. GitHub) to the SSH known_hosts file
Managing Your SSH known_hosts Using Git
SSH known_host file syntax specification and information.
Videos
The below video gives a little history of how SSH came about. It also covers how SSH works to send and receive data.
This video goes into more depth about SSH and how to use it.
Comments
You must log in to post a comment.