how to convert ppk to pem in linux
1.install putty-tools with the following command:
sudo apt-get install putty-tools
2.Now convert your .ppk file to .pem using the following command:
puttygen yourkey.ppk -O private-openssh -o yourkey.pem
3.Set the proper permission to use the .pem file with following command:
chmod 400 yourkey.pem
4.Connect to you server using the following command
ssh -i yourkey.pem serverusername@server-ip
Also in Shell:
- git diff two commits one file
- git diff show only files
- check cpu temp linux
- how to get mac cpu temp
- how to clone pull all repositories from github
- install csv
- how to use gitignore to ignore a folder
- bash grep and sort
- git merge pushed commits
- start mongodb service ubuntu
- how to connect to the database as root user in linux
- raspbian start gui manually
- fatal error: portaudio.h: No such file or directory
- linux spotify client
- npm install jquery
- jupyter notebooks
- linux log serial to binary file
- ubuntu 16.04 bluetooth not detecting devices
- angular install ngx-bootstrap
- crontab only working days
- install keras
- install pipenv on kali linux
- how to remove an apt repository
- search tag git