Javi

AWS: Instalar servidor HTTP protegido con Bastión

Aug 1st, 2013
177
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. wget http://dl.dropbox.com/xxx/x.pem
  5. chmod 600 x.pem
  6. ssh -i ./x.pem [email protected]
  7. sudo apt-get update
  8. sudo apt-get install apache2
  9. curl http://localhost
Advertisement
Add Comment
Please, Sign In to add comment