Comments on: How to Set Up SSH Keys: Effective Key Management for Secure Remote Connections https://www.hostinger.my/tutorials/ssh/how-to-set-up-ssh-keys Wed, 20 Mar 2024 18:15:18 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Fabian Castro https://www.hostinger.my/tutorials/ssh/how-to-set-up-ssh-keys#comment-290690 Wed, 23 Mar 2022 00:03:44 +0000 http://blog.hostinger.io/hostinger-tutorials/uncategorized/sshhow-to-set-up-ssh-keys/#comment-290690 In reply to Felix Antonio.

Thank you Felix, it worked 🙂

]]>
By: Felix Antonio https://www.hostinger.my/tutorials/ssh/how-to-set-up-ssh-keys#comment-283443 Mon, 07 Mar 2022 17:03:56 +0000 http://blog.hostinger.io/hostinger-tutorials/uncategorized/sshhow-to-set-up-ssh-keys/#comment-283443 When you use this command:
ssh-copy-id user@serverip
It’s probably that you get an error like:
/usr/bin/ssh-copy-id: ERROR: No identities found
it’s because you have to define the directory and the file, I did it adding -i to the command:
ssh-copy-id -i ~/.ssh/yourfilename user@serverip
and it worked.

]]>
By: VakarÄ— https://www.hostinger.my/tutorials/ssh/how-to-set-up-ssh-keys#comment-264354 Tue, 11 Jan 2022 16:39:14 +0000 http://blog.hostinger.io/hostinger-tutorials/uncategorized/sshhow-to-set-up-ssh-keys/#comment-264354 In reply to Agid.

Hi! I’d suggest checking out this guide from Juice SSH themselves or contact them via email 🙂

]]>
By: Agid https://www.hostinger.my/tutorials/ssh/how-to-set-up-ssh-keys#comment-263393 Thu, 06 Jan 2022 22:22:00 +0000 http://blog.hostinger.io/hostinger-tutorials/uncategorized/sshhow-to-set-up-ssh-keys/#comment-263393 I did those steps but now I don’t know how to login through android app called juicessh any idea?

]]>
By: Domantas G. https://www.hostinger.my/tutorials/ssh/how-to-set-up-ssh-keys#comment-31720 Fri, 23 Mar 2018 22:08:13 +0000 http://blog.hostinger.io/hostinger-tutorials/uncategorized/sshhow-to-set-up-ssh-keys/#comment-31720 In reply to Piyusg.

Hey Piyusg,

It seems that you forgot to create the file.

]]>
By: Piyusg https://www.hostinger.my/tutorials/ssh/how-to-set-up-ssh-keys#comment-30949 Sat, 17 Mar 2018 20:41:53 +0000 http://blog.hostinger.io/hostinger-tutorials/uncategorized/sshhow-to-set-up-ssh-keys/#comment-30949 I tried Connecting….
But error was :- /sbin/nologin: No such file or directory
Even though I am entering correct password

]]>