From c652e36b9bd91dcd4762ef1898ba765ce4d72472 Mon Sep 17 00:00:00 2001 From: bryank-cs Date: Tue, 19 Sep 2023 10:49:48 -0400 Subject: [PATCH] Update ssh.md Be consistent in naming of the private key file --- docs/connecting/ssh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/connecting/ssh.md b/docs/connecting/ssh.md index b1af638..2000c43 100755 --- a/docs/connecting/ssh.md +++ b/docs/connecting/ssh.md @@ -26,7 +26,7 @@ You must save your public key on Unity by adding it in your [account settings](h It's recommended that you also add a password to this file using the following command: ``` - ssh-keygen -p -f ~/.ssh/unity-privkey.rsa + ssh-keygen -p -f ~/.ssh/unity-privkey.key ``` ### Connection Details ###