Advertisement
Javi

AWS: Instalar servidor HTTP protegido con Bastión

Aug 1st, 2013
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Instalando webserver y bastión en AWS:
  2.  
  3. puttygen << x.pem >> x.ppk
  4. putty ubuntu@bastion.aws.com
  5. wget http://dl.dropbox.com/xxx/x.pem
  6. chmod 600 x.pem
  7. ssh -i ./x.pem ubuntu@webserver.aws.com
  8. sudo apt-get update
  9. sudo apt-get install apache2
  10. curl http://localhost
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement