Location of OpenSSH configuration file on Windows
The OpenSSH configuration and key files (including the config
, known_hosts
, authorized_keys
, id_rsa
, etc.), which on *nix go to ~/.ssh
, on Win32-OpenSSH they go to %USERPROFILE%\.ssh
.
That typically is:
C:\Users\username\.ssh