How to SSH login password free from Windows, Linux, Mac
1. Linux OS & MAC OS
Run the following command on your bash (or any alternative like zsh, fish, etc) to set up auto ssh login.
ssh-copy-id -i "<Public key path>" "<user.name@email.com@host_ip_adress>"
Example:
Output:
2. Windows
Run the following...
importidea.dev1 min read