Skip to main content

Posts

Showing posts with the label can not ssh EC2

Notes on add password to existing ssh-rsa key, can not connect to EC2 using private key, using supervisord on Amazon EC2 etc.

https://stackoverflow.com/questions/3818886/how-do-i-add-a-password-to-an-openssh-private-key-that-was-generated-without-a-p Supervisord https://serverfault.com/questions/672891/supervisor-setup-on-aws-ami-linux https://security.stackexchange.com/questions/59136/can-i-add-a-password-to-an-existing-private-key This one work for me, so I do not try another method openssl rsa -aes256 -in your.key -out your.encrypted.key mv your.encrypted.key your.key chmod 600 your.key Damn my bone head I know that Laravel queue require beanstalkd and or supervisord or similar to automatically start queue. But when investigate old server for upgrade, I only focus on beanstalkd. So now I have to migrate supervisord configurations after sever roll out to production. Config here http://supervisord.org/configuration.html https://stackoverflow.com/questions/1968773/view-stored-procedure-function-definition-in-mysql https://stackoverflow.com/questions/51908004/install-phpredis-mac-osx supe...