Linux Mac tips
Last updated
Was this helpful?
Last updated
Was this helpful?
List of recipes to debug or just do what you need on MAC or LINUX machine.
I found this question.
On MAC
display a table like that
To kill the process
cat ~/.ssh/id_rsa.pub | ssh root@your.ip.address "cat >> ~/.ssh/authorized_keys"
authorized_keys is file that list all authorized keys in the remote server.
for root login check that PermitRootLogin without-password
is set in you sshdConfig file