Horje
convert pem to ppk ubuntu Code Example
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
convert pem to ppk ubuntu
puttygen key.pem -o key.ppk




Shell

Related
Error: No available formula with the name "mongodb" Code Example Error: No available formula with the name "mongodb" Code Example
install homebrew on mac Code Example install homebrew on mac Code Example
download dart manual mac Code Example download dart manual mac Code Example
git clone submodule Code Example git clone submodule Code Example
run postgresql command line maccos Code Example run postgresql command line maccos Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9