sudo apt-get install putty
This will automatically install the puttygen tool.
Now to convert the PPK file to be used with SSH command execute the following in terminal
puttygen mykey.ppk -O private-openssh -o my-openssh-key
Then, you can connect via SSH with:
ssh -v user@example.com -i my-openssh-key
reference : https://stackoverflow.com/questions/2224066/how-to-convert-ssh-keypairs-generated-using-puttygenwindows-into-key-pairs-use
grep과 awk 명령어 조합 (0) | 2020.12.14 |
---|---|
우분투 ASUS MB169B+ 모니터 사용 (0) | 2018.05.02 |
댓글 영역