wiki:faq
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:faq [2017/01/04 12:31] – admin | wiki:faq [2023/07/14 08:56] (current) – [How can I access the Keck workstations remotely?] admin | ||
---|---|---|---|
Line 10: | Line 10: | ||
===== How can I access the Keck workstations remotely? ===== | ===== How can I access the Keck workstations remotely? ===== | ||
- | The only way to remotely login to the Keck workstations is to use secure shell (ssh). | + | The only way to remotely login to the Keck workstations is to use secure shell (ssh). For example: '' |
- | <color black/ | + | If you are using MS Windows you can download either [[https:// |
+ | |||
+ | <color black/ | ||
===== Does e-mail work on any of these machines? ===== | ===== Does e-mail work on any of these machines? ===== | ||
Line 19: | Line 21: | ||
===== How do I change my password? ===== | ===== How do I change my password? ===== | ||
- | If you are logged | + | If you are logged |
- | + | ||
- | If you are outside of Keck you can use the '' | + | |
===== What software is available? ===== | ===== What software is available? ===== | ||
Line 38: | Line 37: | ||
If your project temporarily requires bigger disk space allocation please email keck-help with a request to increase your quota, | If your project temporarily requires bigger disk space allocation please email keck-help with a request to increase your quota, | ||
- | ===== How can I setup an SSH tunnel to the Keck Center workstations from outside of UCSD? ===== | ||
- | |||
- | If you need to directly log in to one of the Keck workstations from outside of UCSD - for example if you need to run an X-window application or copy files directly you can set up an SSH tunnel for this purpose. | ||
- | |||
- | |||
- | On you linux or Mac machine execute the following: | ||
- | < | ||
- | ssh -f -N -L 2042: | ||
- | ssh -p 2042 -X YOUR_USERNAME@localhost | ||
- | </ | ||
- | |||
- | The last command will log you in to '' | ||
- | |||
- | An alternative and much simpler command to use is: | ||
- | |||
- | < | ||
- | ssh -X -o ' | ||
- | </ | ||
- | |||
- | However, this only works with OpenSSH version 5.3 and newer. | ||
- | |||
- | ===== How can I ssh/scp from the Keck Center workstations to outside of UCSD ===== | ||
- | |||
- | All KeckII workstations are on publicly non-routable vlan and are not accessible from outside of UCSD. To copy your files you have to use the gateway server '' | ||
- | |||
- | You can also set up a tunnel if you need to do a more complex operation: | ||
- | |||
- | < | ||
- | ssh -o ' | ||
- | </ | ||
- | |||
- | and to use scp to transfer files to outside of UCSD: | ||
- | |||
- | < | ||
- | scp -o ' | ||
- | </ | ||
- | |||
- | If you use these commands often you might want to put the '' | ||
- | < | ||
- | # set up proxy to access stampede (outside UCSD) | ||
- | Host stampede | ||
- | | ||
- | User tg80XXXX | ||
- | | ||
- | | ||
- | | ||
- | </ | ||
wiki/faq.1483561919.txt.gz · Last modified: 2017/01/04 12:31 by admin