Explicitly mark comment lines in builtin sheets.

This commit is contained in:
Lars Yencken
2013-08-22 11:34:11 +10:00
parent f89d887c21
commit 8245d3f4ec
24 changed files with 86 additions and 86 deletions

View File

@ -1,11 +1,11 @@
To generate an SSH key:
# To generate an SSH key:
ssh-keygen -t rsa
To generate a 4096-bit SSH key:
# To generate a 4096-bit SSH key:
ssh-keygen -t rsa -b 4096
To copy a key to a remote host:
# To copy a key to a remote host:
ssh-copy-id username@host
To copy a key to a remote host on a non-standard port:
# To copy a key to a remote host on a non-standard port:
ssh-copy-id username@host -p 2222