Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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

convert ppk to pem

puttygen server1.ppk -O private-openssh -o server1.pem
Comment

convert pem to ppk

Convert .pem to .ppk file format Using Putty(Windows)
 
To convert the .pem file .ppk follow below points
 
	1. First you need to download Putty from here.
	2. Then run puttygen to convert .PEM file to .PPK file.
	3. Start puttygen and select “Load”
	4. Select your .PEM file.
	5. Putty will convert the .PEM format to .PPK format.
	6. Select “Save Private Key” A passphrase is not required but can be used if additional security is required.
Comment

ppm to ppb

1 ppm = 1000 ppb
Comment

PREVIOUS NEXT
Code Example
Shell :: git got to previous commit 
Shell :: batch multiline command 
Shell :: no space left on device 
Shell :: add gif github readme 
Shell :: …or push an existing repository from the command line 
Shell :: change crontab editor 
Shell :: install yup in vue 
Shell :: add more changes to same commit 
Shell :: extract rar linux 
Shell :: applescript copy to clipboard 
Shell :: bash run multiple commands in parallel 
Shell :: how to delete all branches in git except master 
Shell :: run mongodb locally 
Shell :: haskell change version 
Shell :: git stash one file 
Shell :: install github cli ubuntu 
Shell :: git delete remote branch 
Shell :: conda command not found 
Shell :: if command has output bash 
Shell :: install rest framework django command ubuntu 
Shell :: cp all files except one 
Shell :: view available pips 
Shell :: printf @ bash 
Shell :: bash loading bar spinner in bash shell script 
Shell :: git commit specific files 
Shell :: docker load 
Shell :: where is pip installed packages stored in colab 
Shell :: how to install jack client in ubuntu 
Shell :: check all running processes linux 
Shell :: how to sort tags on git tag 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =