I am used to mount remote filesystem by sshfs
to edit code and view files and also login via ssh
to run the code and any commands.
Now I have to connect to the network via VPN before I can ssh/fs into remote.
Unfortunately, the VPN seems to allow only one connection at a time.
Is there a way to circumvent this problem?
Related question (less important): I am also used to run multiple ssh connections in parallel (i.e one additional for htop
, etc.). Is it possible to open a new session in another tab through the same ssh connection?