Skip to content

Commit

Permalink
added backticks to commands ssh, sftp and scp
Browse files Browse the repository at this point in the history
  • Loading branch information
lbarraga committed Jul 1, 2024
1 parent e2df035 commit a05d059
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mkdocs/docs/HPC/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a05d059

Please sign in to comment.