This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
lbaops:kasi:account_setup [2022/05/24 12:37] chrisphillips |
lbaops:kasi:account_setup [2022/05/24 14:35] chrisphillips [SSH Keys] |
||
---|---|---|---|
Line 36: | Line 36: | ||
You will need ssh keys setup to copy schedule files onto the Mopra observing computer. The best approach is to setup an ssh key on your local machine (from which to log onto venice) and forward the ssh agent to allow your local ssh key to authorise the connection from venice to bigrock. | You will need ssh keys setup to copy schedule files onto the Mopra observing computer. The best approach is to setup an ssh key on your local machine (from which to log onto venice) and forward the ssh agent to allow your local ssh key to authorise the connection from venice to bigrock. | ||
- | For. a guide to setting up an ssh key, see https:// | + | To forward a local ssh agent use the '' |
+ | |||
+ | < | ||
+ | Host *.atnf.csiro.au | ||
+ | | ||
+ | | ||
+ | | ||
+ | </ | ||
+ | |||
+ | For a guide to setting up an ssh key, see https:// | ||
Your public key (e.g. '' | Your public key (e.g. '' | ||
+ | |||
+ | Copy the public to to bigrock then run `cat mykey.pub >> .ssh/ | ||