Skip to content

Commit

Permalink
Merge pull request #604 from lbarraga/ssh-keygen-typo
Browse files Browse the repository at this point in the history
typo: ssh-keygen command
  • Loading branch information
boegel authored Jul 1, 2024
2 parents 668fd6c + a05d059 commit 327d07b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mkdocs/docs/HPC/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,13 @@ 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 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

Expand Down

0 comments on commit 327d07b

Please sign in to comment.