reiniciar el servidor de código
sudo systemctl restart code-server@$USER
sudo systemctl restart code-server@$USER
# -N disables executing a remote shell
ssh -N -L 8080:127.0.0.1:8080 [user]@<instance-ip>