Skip to content

Commit 1494fc5

Browse files
author
mikeblome
committed
added link to SO on reusing keys
1 parent eb68a41 commit 1494fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/linux/connect-to-your-remote-linux-computer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ When building a C++ Linux project for a remote Linux system (VM or physical mach
2323

2424
To set up this remote connection:
2525

26-
1. Create a private key file. Currently only RSA and DSA keys are supported. You can create a private key file by following these steps:
26+
1. Create a private key file (or [reuse an existing one](https://security.stackexchange.com/questions/10203/reusing-private-public-keys)). Currently only RSA and DSA keys are supported. You can create a private RSA key file by following these steps:
2727

2828
1. On the Windows machine, create the ssh key pair with `ssh-keygen -t rsa`
2929

0 commit comments

Comments
 (0)