From deeef2569af5d08dfffeea7b2699adb0d4c1e747 Mon Sep 17 00:00:00 2001 From: Lukas Barragan Torres Date: Mon, 1 Jul 2024 13:57:50 +0200 Subject: [PATCH 1/3] typo: ssh-keygen command --- mkdocs/docs/HPC/account.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/HPC/account.md b/mkdocs/docs/HPC/account.md index 2629df2d74d..b66141ba271 100644 --- a/mkdocs/docs/HPC/account.md +++ b/mkdocs/docs/HPC/account.md @@ -208,7 +208,7 @@ OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017 To access the clusters and transfer your files, you will use the following commands: -1. ssh-keygen: to generate the ssh keysgenerate a public +1. ssh-keygen: to generate the ssh keys; 2. ssh: to open a shell on a remote machine; From e2df035941fe1b153ff5dbe8c1d47a9a81f9cdd5 Mon Sep 17 00:00:00 2001 From: Lukas Barragan Torres <63658577+lbarraga@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:22:21 +0200 Subject: [PATCH 2/3] backticks + better comment Co-authored-by: Kenneth Hoste --- mkdocs/docs/HPC/account.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/HPC/account.md b/mkdocs/docs/HPC/account.md index b66141ba271..30234f26b21 100644 --- a/mkdocs/docs/HPC/account.md +++ b/mkdocs/docs/HPC/account.md @@ -208,7 +208,7 @@ OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017 To access the clusters and transfer your files, you will use the following commands: -1. ssh-keygen: to generate the ssh keys; +1. `ssh-keygen`: to generate the SSH key pair (public + private key); 2. ssh: to open a shell on a remote machine; From a05d059f90330090c9dd0d97ab19461b178895f9 Mon Sep 17 00:00:00 2001 From: Lukas Barragan Torres Date: Mon, 1 Jul 2024 14:23:54 +0200 Subject: [PATCH 3/3] added backticks to commands ssh, sftp and scp --- mkdocs/docs/HPC/account.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs/docs/HPC/account.md b/mkdocs/docs/HPC/account.md index 30234f26b21..0d450ab4046 100644 --- a/mkdocs/docs/HPC/account.md +++ b/mkdocs/docs/HPC/account.md @@ -210,11 +210,11 @@ following commands: 1. `ssh-keygen`: to generate the SSH key pair (public + private key); -2. ssh: to open a shell on a remote machine; +2. `ssh`: to open a shell on a remote machine; -3. sftp: a secure equivalent of ftp; +3. `sftp`: a secure equivalent of ftp; -4. scp: a secure equivalent of the remote copy command rcp. +4. `scp`: a secure equivalent of the remote copy command rcp. ### Generate a public/private key pair with OpenSSH