Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I setup ssh to allow me to log into a remote Linux system from a local Linux system without a password?

0
Posted

How do I setup ssh to allow me to log into a remote Linux system from a local Linux system without a password?

0

Log into the local system. If you haven’t done so already, generate a private and public key pair with the following command on the local system: ssh-keygen -t dsa -b 1024 -P “” This will produce an id_dsa.pub file which you cat into ~/.ssh/authorized_keys on the remote system. You should be able to login without a password now from the local system to the remote system.

0

I think you need to contact support for your SSH product. I always follow the recommendations of my supplier or contact their support. I recently used SSH client for android, and I solved all my questions on the spot with their help. Also, I recommend that you follow the same principle.

Related Questions

Thanksgiving questions

*Sadly, we had to bring back ads too. Hopefully more targeted.