← Back to context Comment by MajesticWombat 10 months ago what am i doing wrong??Permission denied (publickey). 4 comments MajesticWombat Reply roskelld 10 months ago Presuming that you're on Windows, you might need to configure your ssh keys first.https://4sysops.com/archives/powershell-remoting-with-ssh-pu... rrr_oh_man 10 months ago Holy moly, wow. What would be the best way to turn this into a TL;DR man for Windows users? O1111OOO 10 months ago > what am i doing wrong??> Permission denied (publickey).I was having the same problem until I scrolled down for the full instructions:1. . SSH Key Ready?You'll need an SSH key. Don't have one? Generate like this:ssh-keygen -t ed25519 -C "your_email@example.com"Steps (2) and (3) are straight forward. No issues at all logging in and seeing the welcome screen. Feels like a static version of IRC... Weetile 10 months ago Did you make sure to register first?
roskelld 10 months ago Presuming that you're on Windows, you might need to configure your ssh keys first.https://4sysops.com/archives/powershell-remoting-with-ssh-pu... rrr_oh_man 10 months ago Holy moly, wow. What would be the best way to turn this into a TL;DR man for Windows users?
rrr_oh_man 10 months ago Holy moly, wow. What would be the best way to turn this into a TL;DR man for Windows users?
O1111OOO 10 months ago > what am i doing wrong??> Permission denied (publickey).I was having the same problem until I scrolled down for the full instructions:1. . SSH Key Ready?You'll need an SSH key. Don't have one? Generate like this:ssh-keygen -t ed25519 -C "your_email@example.com"Steps (2) and (3) are straight forward. No issues at all logging in and seeing the welcome screen. Feels like a static version of IRC...
Presuming that you're on Windows, you might need to configure your ssh keys first.
https://4sysops.com/archives/powershell-remoting-with-ssh-pu...
Holy moly, wow. What would be the best way to turn this into a TL;DR man for Windows users?
> what am i doing wrong??
> Permission denied (publickey).
I was having the same problem until I scrolled down for the full instructions:
1. . SSH Key Ready?
You'll need an SSH key. Don't have one? Generate like this:
ssh-keygen -t ed25519 -C "your_email@example.com"
Steps (2) and (3) are straight forward. No issues at all logging in and seeing the welcome screen. Feels like a static version of IRC...
Did you make sure to register first?