Codespace as SSH Proxy
How to connect to a SSH Server using a Github Codespace as a Proxy (JumpHost)
In Codespace
Creating new sudo user
sudo adduser user # dont leave password blanksudo usermod -aG sudo user # add user sudo permissionssudo visudoUser privilege specification
root ALL=(ALL:ALL) ALL
user ALL=(ALL:ALL) ALLEditing ssh config
sudo nano /etc/ssh/sshd_configsudo service ssh startssh -R 6363:localhost:8282 serveo.net # any source port for example 6363Local Computer
Connection test
SSH Config
Last updated