You are on page 1of 1

ssh -i ~/.ssh/id_rsa ubuntu@34.235.124.

86
ssh ubuntu@34.235.124.86

Usage: 0-transfer_file PATH_TO_FILE IP USERNAME PATH_TO_SSH_KEY


scp -o StrictHostKeyChecking=no -i ~/.ssh/id_rsa 0-custom_http_response_header
ubuntu@34.235.124.86:~

ssh-copy-id -i ./holberton_key.pub ubuntu@34.73.242.195

TEMPORALES
WEB-01 >> curl -sI 34.235.124.86 | grep X-Served-By
WEB-02 >> curl -sI 34.73.242.195 | grep X-Served-By
LOAD BALANCER >> curl -sI 54.227.176.149 | grep X-Served-By

> /dev/null 2>&1

ssh ubuntu@34.235.124.86
ssh ubuntu@34.73.242.195
ssh ubuntu@54.227.176.149

curl -sI 34.73.242.195/redirect_me/


curl -sI 34.235.124.86/xyz

sudo apt remove nginx nginx-common -y


sudo apt purge nginx nginx-common -y
sudo apt autoremove -y

-------------------FIREWALL------------------------

telnet web-02.allmetabit.tech 22

GITHUB TOKEN ------------------------------------


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

You might also like