0
votes
Is it possible to forward ssh requests that come in over a certain port to another machine?
Without messing around with firewall rules, you can set up a ~/.ssh/config file.
Assume 10.1.1.1 is the 'gateway' system and 10.1.1.2 is the 'client' system.
Host gateway
…
0
votes
Barebones Linux Server Install
JEOS - Just Enough Operating System, an Ubuntu project, should be exactly what you are looking for.
…
