This commit is contained in:
Theodotos Andreou 2018-07-04 21:01:02 +03:00
parent 54e0aed621
commit 5ad7830fbf

View file

@ -16,7 +16,7 @@
dig +short myip.opendns.com @resolver1.opendns.com dig +short myip.opendns.com @resolver1.opendns.com
``` ```
* Check if private and public ssh key match: * Check if private and public ssh keys match:
``` ```
diff <(cat ~/.ssh/id_rsa.pub | cut -d' ' -f 2) <(ssh-keygen -y -f ~/.ssh/id_rsa | cut -d' ' -f 2)' diff <(cat ~/.ssh/id_rsa.pub | cut -d' ' -f 2) <(ssh-keygen -y -f ~/.ssh/id_rsa | cut -d' ' -f 2)'