skip to Main Content

Ubuntu – Ctrl-C and SSH command

I am trying to make an alias to easily run Jupyter on a remote machine. To this end, I concocted this command: ssh -L 5542:localhost:5542 remote 'cd ipython && .direnv/python-3.8.10/bin/jupyter notebook --no-browser --port 5542' This works perfectly... except for one…

VIEW QUESTION
Back To Top
Search