#[Solved] SSH on archiso
13 messages · Page 1 of 1 (latest)
in your host, the user that youre sshing into
╰───❯ ls ~/.ssh/
authorized_keys id_rsa id_rsa.pub
╭─[i0bz@arch]-[~]
╰───❯ ```
copy the .pub file
which is the public key
and then append its contents to a new line in the ~/.ssh/authorized_keys
of the client
you might want to edit the authorized_keys file
and edit the hostname to the ip of the host if you didnt configure /etc/hosts of the client
i guess you could also just use ssh -i thepublickey
so you dont need to copy its contents to the authorized keys
Unless I’m badly mistaken you want me to copy a file on the vps I can’t ssh into
[Reply to:](#1030322652423925810 message) in your host, the user that youre sshing into
╰───❯ ls ~/.ssh/
autho…
how tf did you get the private key then
sigh
My friend set all this up for me and sent me the key
I’m honestly so tired rn 😭
So .. ig I’d have to have him do that for me too