Friday, May 15, 2015
WC_PERSISTENT | SESSION TIMEOUT !! 30 MINUTES DEFAULT
Dynacache on off | from WAS Console
On toolkit, Right click on server1-->
Saturday, May 9, 2015
Access your AWS linux instance from windows
The traditional SSH into Unix is not supported directly. You need to generate a pair of RSA keys and add public key to EC2 to login.
On your windows instance: You have to the following steps. Putty does not support the private key format (.pem) generated by Amazon EC2 so you have to generated keys using Git Bash and then convert them into keys in PuttyGen.
On your windows instance: You have to the following steps. Putty does not support the private key format (.pem) generated by Amazon EC2 so you have to generated keys using Git Bash and then convert them into keys in PuttyGen.
- PuTTY does not natively support the private key format (.pem) generated by Amazon EC2.
- Install Putty (Download).
- Install PuttyGen, (Download).
- Download and Install Git Bash (Download link)
- Open Git Bash --It opens a console
- Run the following command ssh-keygen -t rsa
Subscribe to:
Posts (Atom)