How to connect to an ssh server using certificate
April 13, 2021
To connect to an ssh server is in windows/linx/bsd the same. At least windows 10.
Open a terminal window, ..
ssh -l <username> -i <path_to_certificate/id_rsa> <hostname>
To connect to an ssh server is in windows/linx/bsd the same. At least windows 10.
Open a terminal window, ..
ssh -l <username> -i <path_to_certificate/id_rsa> <hostname>