Ver código fonte

ssh-keygen: add output file path option

Jonathan Dahan 9 anos atrás
pai
commit
3902255b9d
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      pages/common/ssh-keygen.md

+ 4 - 0
pages/common/ssh-keygen.md

@@ -6,6 +6,10 @@
 
 `ssh-keygen`
 
+- Specify file in which to save the key:
+
+`ssh-keygen -f ~/.ssh/{{filename}}`
+
 - Generate a DSA 2048 bit (default) key:
 
 `ssh-keygen -t dsa`