Horje
how to convert ppk to pem in linux 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




Shell

Related
install httpie linux Code Example install httpie linux Code Example
powershell script path Code Example powershell script path Code Example
OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 Code Example OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 Code Example
fatal: unable to access 'https://github.com/freenas/webui.git/': OpenSSL SSL_read: Connection was reset, errno 10054 code example Code Example fatal: unable to access 'https://github.com/freenas/webui.git/': OpenSSL SSL_read: Connection was reset, errno 10054 code example Code Example
Call to undefined function factory() in Psy Shell code on line 1 Code Example Call to undefined function factory() in Psy Shell code on line 1 Code Example

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