Skip to content
GitLab
Explore
Sign in
Register
This is an archived project. Repository and other project resources are read-only.
alya
alya-testsuite4
Wiki
SSH configuration
SSH configuration
· Changes
Page history
Create SSH configuration
authored
Apr 03, 2020
by
Damien Dosimont
Hide whitespace changes
Inline
Side-by-side
SSH-configuration.md
0 → 100644
View page @
34b385d7
To run the testsuite, you will need access to marenostrum through ssh, with an ssh key configured and installed on marenostrum.
To proceed on a Linux distribution:
### Generate an ssh key
Type this command and accept the default options if you don't have any key installed. Don't put password, or it won't work with the testsuite.
```
ssh
ssh
-keygen
```
### Install your key on marenostrum
```
ssh-copy-id bsc21xxx@mn1.bsc.es
```
\ No newline at end of file