Posted on

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 administrative management from a remote location, tech-savvy strangers may connect to ports and gain vital information, which is why some ports are restricted by firewalls.

An alternative is to run an SSH command using port forwarding with a port that is local to a remote connection. Jupyter can be used to facilitate this via the remote host’s computer, keeping the real port anonymous.

You may now notice that you can remotely manage other computers with yours as a console. Jupyter allows you to view remote images, and it works well with Python systems automation.

Leave a Reply

Your email address will not be published. Required fields are marked *