...
To get an account send a message to Eric Buchlin <eric.buchlin@ias.u-psud.fr>.
Now you need to access
With this account you can connect to the computing infrastructure. The following figure outlines how this connection is being established.
Within this process you will be asked twice to enter your credentials. If you want to avoid this you can generate and install an SSH certificate as follows:
Code Block | ||||
---|---|---|---|---|
| ||||
> ssh-keygen -t rsa -C "FLARECAST Infrastructure" # -C is just a comment
Enter file in which to save the key (/Users/mercuron/.ssh/id_rsa): # use default
Enter passphrase (empty for no passphrase): # protect your private key
Enter same passphrase again: # protect your private key
...
Your public key has been saved in ~/.ssh/id_rsa.pub.
...
> scp ~/.ssh/id_rsa.pub msoldati@ias-ssh.ias.u-psud.fr:~/.ssh/authorized_keys
|
Test installation
Note: Windows has not been tested yet
...