SSH and User-Mode IP WireGuard
1–10 of 104 posts
Re: SSH and User-Mode IP WireGuard
#2Having complete control of TCP/IP in userland like this, with so little code, is so valuable I feel like there needs to be some special name for the technique.
The whole thing is kind of a vindication for Go's standard library network interface, which I have always hated.
Re: SSH and User-Mode IP WireGuard
#3Re: SSH and User-Mode IP WireGuard
#4Re: SSH and User-Mode IP WireGuard
#5I added some example code to the post, because, again, I kind of can't get over how easy this turns out to be. And if you follow the link into Jason's `wireguard-go` code, until you hit gVisor itself, it's not much more complicated under the hood. Having complete control of TCP/IP in userland like this, with so little code, is so valuable I feel like there needs to be some special name for the technique. The whole th…
ssh dogmatic-potato-342@jump.fly.io
And tunnel connection over wireguard on jump server
Re: SSH and User-Mode IP WireGuard
#6Is this super complex infrastructure for fairly simple thing or am I missing something?
Normal SSH still works, and is usually going to be what people end up using. You just have to have WireGuard installed and running.
The product feature here is less interesting than how we did it.
Re: SSH and User-Mode IP WireGuard
#7What is the relationship with micro kernels? Is the feature available separate from the deployment/hosting?
Re: SSH and User-Mode IP WireGuard
#8I added some example code to the post, because, again, I kind of can't get over how easy this turns out to be. And if you follow the link into Jason's `wireguard-go` code, until you hit gVisor itself, it's not much more complicated under the hood. Having complete control of TCP/IP in userland like this, with so little code, is so valuable I feel like there needs to be some special name for the technique. The whole th…
Why not something like: ssh dogmatic-potato-342@jump.fly.io And tunnel connection over wireguard on jump server
Re: SSH and User-Mode IP WireGuard
#9Re: SSH and User-Mode IP WireGuard
#10Maybe you should put this up on github so everyone can use it rather than just talking about how easy it is?