Blog 2020/5/1
<- previous | index | next ->
Need to ssh into your Windows machine? Open up an MSYS2 terminal and run:
$ ssh-keygen -A
$ /usr/bin/sshd -D
This runs sshd
in the foreground. Press Control-C when finished.
Make sure you answer any Windows Firewall prompts.
Check your IP address with ipconfig
.