wiki:faq
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:faq [2013/06/19 21:53] – [How can I ssh/scp from the KeckII workstations to outside of UCSD] admin | wiki:faq [2023/07/14 08:56] (current) – [How can I access the Keck workstations remotely?] admin | ||
---|---|---|---|
Line 2: | Line 2: | ||
====== Frequently Asked Questions ====== | ====== Frequently Asked Questions ====== | ||
- | If you can't find what you're looking for on this page, be sure to check the KeckII | + | If you can't find what you're looking for on this page, be sure to check the Keck [[https://keck2.ucsd.edu/ |
- | ===== How do I get an account on KeckII | + | ===== How do I get an account on Keck workstations? |
Please see this [[http:// | Please see this [[http:// | ||
- | ===== How can I access the KeckII | + | ===== How can I access the Keck workstations remotely? ===== |
- | The only way to remotely login to the KeckII | + | 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? ===== | ||
- | No. | + | Outgoing email only. |
===== How do I change my password? ===== | ===== How do I change my password? ===== | ||
- | Use the '' | + | If you are logged into one of the Keck workstations execute command |
===== What software is available? ===== | ===== What software is available? ===== | ||
- | See the [[http://peary.ucsd.edu/ | + | See the [[https://keck2.ucsd.edu/ |
===== What should I do to get a particular piece of software installed? ===== | ===== What should I do to get a particular piece of software installed? ===== | ||
Line 31: | Line 31: | ||
- | ===== What is my disk quota on KeckII | + | ===== What is my disk quota on Keck Center |
Every user has 10GB home directory quota. | Every user has 10GB home directory quota. | ||
Line 37: | 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 KeckII workstations from outside of UCSD? ===== | ||
- | |||
- | If you need to directly log in to one of the Keck II 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 -o ' | ||
- | </ | ||
- | |||
- | However, this only works with OpenSSH version 5.3 and newer. | ||
- | |||
- | ===== How can I ssh/scp from the KeckII workstations to outside of UCSD ===== | ||
- | |||
- | All KeckII workstations are on publicly non-routable vlan so you have to use the gateway '' | ||
- | |||
- | < | ||
- | 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.1371704009.txt.gz · Last modified: 2013/06/19 21:53 by admin