Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

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
languagebash
titleTerminal on your machine
> 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

...