putty ppk 파일로 linux(ubuntu) ssh로 접속하는 방법
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 terminalputtygen 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-usin..
소프트웨어/Linux
2018. 8. 2. 14:17