From 5ad7830fbf1ef2a9a73c7105d0e2ddcc78befbfb Mon Sep 17 00:00:00 2001 From: Theodotos Andreou Date: Wed, 4 Jul 2018 21:01:02 +0300 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6df7b97..824af0f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 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)'