Using SSH
Last updated
Last updated
Usernames and passwords are old fashioned and low security. It's much better to use SSH keys and logging on and off from Linux servers.
On my Linux server or IoT device, I create a unique SSH key.
I check the ~/.ssh directory
Did I make a mistake...you can see my public key?
Do you notice, I didn't show you my private key?
Think about it!
I check to see if everything is working.
On GITHUB, I go to my personal profile and add the SSH key, with a meaningful name. I'm currently working on an IoT device called sonar1 running Raspbian OS. Eventually, this IoT device will control a on a robotic vessel.