Answer the question
In order to leave comments, you need to log in
How to connect via ssh from Windows?
I create a public key:
ssh-keygen -t rsa -f .ssh/id_rsa -C user
Generating public/private rsa key pair.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in .ssh/id_rsa.
Your public key has been saved in .ssh/id_rsa.pub.
The key fingerprint is: blablabla
ssh [email protected]_ip_here
[email protected]_ip_here: Permission denied (publickey).
Answer the question
In order to leave comments, you need to log in
ssh -v [email protected]_ip_here
and see the output.
Possibly private key rights
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question