Category: sysadmin Generated on 2018-02-15 source: source
$ ssh-keygen -p -f ~/.ssh/id_rsa
where:
-f
: specifies filename-p
: specifies password change request, instead of new key creation
Category: sysadmin Generated on 2018-02-15 source: source
$ ssh-keygen -p -f ~/.ssh/id_rsa
where:
-f
: specifies filename-p
: specifies password change request, instead of new key creation