When running ssh root@ blaa blaa blaaa -vvv I get this:
PS C:\Users\admin> ssh [email protected] -vvv
OpenSSH_for_Windows_8.6p1, LibreSSL 3.4.3
debug3: Failed to open file:C:/Users/admin/.ssh/config error:2
debug3: Failed to open file:C:/ProgramData/ssh/ssh_config error:2
debug2: resolve_canonicalize: hostname 192.168.1.249 is address
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> 'C:\\Users\\admin/.ssh/known_hosts'
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> 'C:\\Users\\admin/.ssh/known_hosts2'
debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling
debug3: ssh_connect_direct: entering
debug1: Connecting to 192.168.1.249 [192.168.1.249] port 22.
debug3: finish_connect - ERROR: async io completed with error: 10061, io:00000253946A3CA0
debug1: connect to address 192.168.1.249 port 22: Connection refused
ssh: connect to host 192.168.1.249 port 22: Connection refused
I am on a Win 11 machine.. I tried uninstalling and re-installing the OPENSSH CLIENT.. No luck..
The problem seems to be I have no .ssh in my Windows User dir and I am not sure how to get it there.. I have tried manually creating the dir, but no luck..
My ssh seemed to work fine prior to my install of Windows 11...
Any hints, tips, suggestions would be most appreciated..