notthebee / ansible-easy-vpn

An Ansible playbook that sets up a Wireguard server with ad blocking, DNS-over-HTTPS, and a WebUI with 2FA
Other
996 stars 237 forks source link

SSH Keys #250

Open TxJakob opened 8 months ago

TxJakob commented 8 months ago

I'm able to follow the youtube tutorial until step 2 (timestamp: 7:45) I'm getting an error "no such file or directory". One time I got pass step 2 but I couldn't get any further then step number 3. Could you please help me? I'm a newbie in linux and ssh...

k-wlosek commented 8 months ago

Those steps explain how to copy the private key and how to connect using it. The playbook should've created a /tmp/id_ssh_ed25519 file on the server. You can check using ls /tmp/id_ssh_ed25519 on the server. If it's there, step 2 is copying the key to your local machine (step 1 is opening a new terminal window i.e. opening a local terminal).