Secure shell program (SSH) is an extremely powerful tool for handling administrative tasks remotely. However, there are many nice additions that it lacks. Jupyter is an amazing, easy tool to use for remote administration, and it comes with all the niceties that the Secure shell program lacks.
Secure Shell Port Forwarding: Secure Shell and Jupyter
There are times that you may need to connect SSH into port 22. However, there are other ports you may connect it to. There are jump box servers with greater access and servers with network firewalls or host firewalls that restrict ports access.
Although SSH is secure for …