We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7823104 commit ab21a9dCopy full SHA for ab21a9d
1 file changed
specs/ssl/change_ssh_key_comment.yaml
@@ -0,0 +1,16 @@
1
+name: Change an SSH key comment
2
+command: ssh-keygen -c -C "{{new_comment}}" -f {{ssh_key_path}}
3
+tags:
4
+ - ssh
5
+ - ssl
6
+description: Change the comment stored in the public key of a pub/priv key pair.
7
+arguments:
8
+ - name: new_comment
9
+ description: The new comment that you want to replace the existing comment.
10
+ default_value:
11
+ - name: ssh_key_path
12
+ description: The path to the private key
13
14
+author: Kia Matthews
15
+author_url: "https://www.github.com/kiamatthews"
16
+shells: []
0 commit comments