Improvements on the passwordless ssh tutorial#771
Conversation
|
I take an approach that only uses ssh commands. Goal: userA@MachineA ==ssh==> userB@MachineB If you wish to login to the root on MachineB, and then restart the sshd daemon on MachineB (or reboot it). While logged into userA@MachineA, do the following: Test: Note that If the ssh-add step above fails, ssh-agent is probably not running: |
|
That's a possibility too. But that's up to folks on the Raspberry Pi website to see if they want a complete overhaul of the tutorial... :) |
|
Thanks for the contribution. This step is not necessary - I do this all the time - if you have an SSH key, you can get in without a password, but if you don't, it asks for a password. If you set Personally, I use @tecaspt if you still have a problem, can you please post a screenshot or something to show what happens? |
|
Mac OS HighSierra has it.
|
|
@bennuttall Since this does appeat to be present on Mac, can we do an update to include the copy option? |
|
Sure |
I've never been able to setup passwordless ssh with the provided instructions on several Raspbian installs. It's always missing the step I added. Today, upon setting up a new machine, I remembered this tutorial and decided to try and correct it.