User Tools

Site Tools


institute_lorentz:institutelorentz_remoteaccess

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
institute_lorentz:institutelorentz_remoteaccess [2017/03/07 09:58] – [VNC: GNU/Linux] lenocilinstitute_lorentz:institutelorentz_remoteaccess [2020/01/09 16:03] lenocil
Line 1: Line 1:
 +:!: Note that as January 2020 novamaris is no longer supported. Access to maris should go through marishead. Please read [[institute_lorentz:xmaris|xmaris]]
 +
 ====== Remote Access to your Workstation ====== ====== Remote Access to your Workstation ======
 For security reasons, access to your Lorentz workstation is only possible within the Lorentz network. For security reasons, access to your Lorentz workstation is only possible within the Lorentz network.
Line 5: Line 7:
  
 Should you want to open an ssh session to your workstation and you are located outside the Lorentz network you can tunnel your request through ''ssh.lorentz.leidenuniv.nl''. For example Should you want to open an ssh session to your workstation and you are located outside the Lorentz network you can tunnel your request through ''ssh.lorentz.leidenuniv.nl''. For example
-<code>+<code bash>
 ssh -f <your_username>@ssh.lorentz.leidenuniv.nl -L 2222:<your_workstation>.lorentz.leidenuniv.nl:22 -N ssh -f <your_username>@ssh.lorentz.leidenuniv.nl -L 2222:<your_workstation>.lorentz.leidenuniv.nl:22 -N
 </code> </code>
-instructs your machine to `tunnel' requests to local port 2222 through ''ssh.lorentz.leidenuniv.nl'' to finally reach port 22 (sshd) on your workstation. Use ''ps'' to see if the command above executed successfully <code>+instructs your machine to `tunnel' requests to local port 2222 through ''ssh.lorentz.leidenuniv.nl'' to finally reach port 22 (sshd) on your workstation. Use ''ps'' to see if the command above executed successfully  
 +<code bash>
 ps  aux | grep ss[h] ps  aux | grep ss[h]
 your_username   6217  0.0  0.0  89612  2948 ?        Ss   13:19   0:00 ssh -f your_username@ssh.lorentz.leidenuniv.nl -L 2222:your_workstation.lorentz.leidenuniv.nl:22 -N your_username   6217  0.0  0.0  89612  2948 ?        Ss   13:19   0:00 ssh -f your_username@ssh.lorentz.leidenuniv.nl -L 2222:your_workstation.lorentz.leidenuniv.nl:22 -N
Line 101: Line 104:
 Please read [[linux:putty|here]]. Please read [[linux:putty|here]].
  
 +===== Proxy Browsing =====
 +Read [[:china|here]]
institute_lorentz/institutelorentz_remoteaccess.txt · Last modified: 2022/11/29 12:27 by lenocil