Question
Add another ssh key on my droplet
Hi all,
I can have two ssh key from different computer, right now I have one ssh key on my droplet, but I need another one ssh from my other computer.
I try this.
cat .ssh/id_rsa.pub | ssh root@dropletipaddress "cat >> ~/.ssh/authorized_keys"
but doesn’t work, but I not have password from my droplet, only connect with ssh.
as I can fix it.
thanks in advance.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×