상세 컨텐츠

본문 제목

putty ppk 파일로 linux(ubuntu) ssh로 접속하는 방법

소프트웨어/Linux

by 야솔아빠 2018. 8. 2. 14:17

본문

반응형
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

반응형

'소프트웨어 > Linux' 카테고리의 다른 글

grep과 awk 명령어 조합  (0) 2020.12.14
우분투 ASUS MB169B+ 모니터 사용  (0) 2018.05.02

관련글 더보기

댓글 영역