Add an example for add-ssh-key

bug/bundler_fix
James Lee 2014-07-31 09:40:36 -05:00
parent 77d99b7374
commit 735ccda4db
No known key found for this signature in database
GPG Key ID: 2D6094C7CEA0A321
1 changed files with 2 additions and 0 deletions

View File

@ -690,6 +690,8 @@ class Db
print_line " creds add-ntlm alice 5cfe4c82d9ab8c66590f5b47cd6690f1:978a2e2e1dec9804c6b936f254727f9a"
print_line " # Add a user with a blank password and a domain"
print_line " creds add-password bob '' contosso"
print_line " # Add a user with an SSH key"
print_line " creds add-ssh-key root /root/.ssh/id_rsa"
print_line
end