Advertisement
lamiastella

remote jupyter connection

Jun 23rd, 2021
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. mona@goku:~$ ssh -N -f -L 127.0.0.1:8885:127.0.0.1:8887 jalal@goku.bu.edu
  2. jalal@goku.bu.edu's password:
  3. bind [127.0.0.1]:8885: Address already in use
  4. channel_setup_fwd_listener_tcpip: cannot listen to port: 8885
  5. Could not request local forwarding.
  6. mona@goku:~$ ssh -N -f -L 127.0.0.1:8889:127.0.0.1:8887 jalal@goku.bu.edu
  7. jalal@goku.bu.edu's password:
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement