You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great post, thank you.
The problem I am running into is: after following your guide I still can't connect to the windows machine running wsl.
I get errors when I try to ping.
I also noticed there is a network ipddr. which is different than the wsl hostname -i ; so two different 'users' and two different ip-addresses.
No errors following your instructions on the Window.wsl side.
Can you confirm that you do endup with two ipaddr one for the machine itself, and one reported by wsl?
The text was updated successfully, but these errors were encountered:
(base) ➜ .git git:(master) ssh -v wsl
OpenSSH_9.7p1, LibreSSL 3.3.6
debug1: Reading configuration data /Users/saguinaga/.ssh/config
debug1: /Users/saguinaga/.ssh/config line 1: Applying options for wsl
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 21: include /etc/ssh/ssh_config.d/* matched no files
debug1: /etc/ssh/ssh_config line 54: Applying options for *
debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling
debug1: Connecting to [] port 2222.
there is a msg that connection is established.
debug1: Connection established.
but after some time, this is what I get:
debug1: Local version string SSH-2.0-OpenSSH_9.7
kex_exchange_identification: Connection closed by remote host
Connection closed by port 2222
Great post, thank you.
The problem I am running into is: after following your guide I still can't connect to the windows machine running wsl.
I get errors when I try to ping.
I also noticed there is a network ipddr. which is different than the wsl hostname -i ; so two different 'users' and two different ip-addresses.
No errors following your instructions on the Window.wsl side.
Can you confirm that you do endup with two ipaddr one for the machine itself, and one reported by wsl?
The text was updated successfully, but these errors were encountered: