Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

convert pem to ppk ubuntu

puttygen key.pem -o key.ppk
Comment

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
Comment

PREVIOUS NEXT
Code Example
Shell :: speedtest cli ubuntu 
Shell :: The requested nginx plugin does not appear to be installed certbot 
Shell :: change process name pm2 
Shell :: bash unzip all files 
Shell :: copy ssh keys to remote server windows 10 openSSH 
Shell :: npm does not support Node.js v10.24.0 
Shell :: git find when file was deleted 
Shell :: git clone file name too long 
Shell :: download gimp ubuntu 
Shell :: how to uninstall miniconda ubuntu 
Shell :: install en_web_core md 
Shell :: get current timestamp shell 
Shell :: how to know the wifi password on windows 10 
Shell :: docker output ps format 
Shell :: add folder to path mac 
Shell :: open visual studio code from terminal mac 
Shell :: arch vscode 
Shell :: powershell get all history 
Shell :: macbook how to reset launchpad 
Shell :: installing SQLite3 on ubuntu 20.04 
Shell :: ubuntu 18.04 ssh config 
Shell :: git init at wrong folder 
Shell :: using wget with a proxy 
Shell :: pypdf2 
Shell :: install mosquitto ubuntu 
Shell :: yarn list global packages 
Shell :: npm install material ui icons 
Shell :: wsl backup 
Shell :: testresources install 
Shell :: git user email 
ADD CONTENT
Topic
Content
Source link
Name
6+5 =