Connect with SSH (IPv6):ssh user@global_ipv6_address
(Must not be on the same local network)
Example `ip addr` output:
2: enp42s0: <...> state UP inet6
2804:14d:5c51:16b:a02d:4b2:d16b:b21/64 scope global
inet6 fe80::d102:81e:44e7:a172/64 scope link
WSL - Enable IPv6 Mirrored Networking:
Add this to your .wslconfigfile:
[wsl2]networkingMode=mirrored
Connect to services like GitHub without typing your password every time.
ssh-keygen -t rsa -b 4096 -C
"your_email@example.com"-t ed25519 for a more
modern key type.)
cat ~/.ssh/id_rsa.pub (or
id_ed25519.pub) and copy its entire
output.
ssh -T git@github.com