Display command line snippets correctly
This commit is contained in:
parent
2618c6bead
commit
7beaac5b7c
1 changed files with 6 additions and 6 deletions
|
|
@ -255,26 +255,26 @@
|
|||
// Multiline strings
|
||||
"SshAsciiArmorCopyExplanation." = "The ASCII-armored key format is similar to unencoded documents rather than the binary format. Use
|
||||
|
||||
$ cat ~/.ssh/id_rsa
|
||||
$ cat ~/.ssh/id_rsa
|
||||
|
||||
to get the key in this specific format. The clipboard will be cleared 45s after pasting.";
|
||||
|
||||
"SshAsciiArmorServerExplanation." = "The ASCII-armored key format is similar to unencoded documents rather than the binary format. Use
|
||||
|
||||
$ cat ~/.ssh/id_rsa
|
||||
$ cat ~/.ssh/id_rsa
|
||||
|
||||
to get the key in this specific format. Subsequently, copy it to your secured key server.";
|
||||
|
||||
"GpgAsciiArmorCopyExplanation." = "GnuPG supports the command-line option \"-a\" that causes output to be generated in an ASCII-armored format similar to unencoded documents rather than the binary format. Use
|
||||
|
||||
$ gpg --export -a KEY_ID
|
||||
$ gpg --export-secret-keys -a KEY_ID
|
||||
$ gpg --export -a KEY_ID
|
||||
$ gpg --export-secret-keys -a KEY_ID
|
||||
|
||||
to get the public and the private key in this specific format. The clipboard will be cleared 45s after pasting.";
|
||||
|
||||
"GpgAsciiArmorServerExplanation." = "GnuPG supports the command-line option \"-a\" that causes output to be generated in an ASCII-armored format similar to unencoded documents rather than the binary format. Use
|
||||
|
||||
$ gpg --export -a KEY_ID
|
||||
$ gpg --export-secret-keys -a KEY_ID
|
||||
$ gpg --export -a KEY_ID
|
||||
$ gpg --export-secret-keys -a KEY_ID
|
||||
|
||||
to get the public and the private key in this specific format. Subsequently, copy them to your secured key server.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue