labBioinfo / labBioinfo/workflow
Set up SSH key authentication
@AxisKriel is already working on this.
Since Jan 27, 2019.
- Dominant language
- HTML
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
As long as www.labbioinfo.ddns.net is live, it is now possible to access the server through SSH.
ssh user@labbioinfo.ddns.net followed by a password. To get the login credentials, contact @pedrocr83.
The next step should be setting up SSH key authorization since its a much safer mechanism. This is to allow us to test queries against the DB seeing as IPS' network doesn't let you connect to mongoDB directly.
To get a key: ssh-keygen
Copy the local key to the authorized keys file in the remote machine: File: ~/.ssh/authorized_keys
(check BD slides to remember how)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.