Yo, stuck in ssh connecting. I think troubles with machine or i do not know, could sb help me?
use rsync to copy files from server to local
set the IP to the domain name like so…
echo "IP_ADDRESS http://DOMAIN_NAME" | tee -a /etc/hosts
This will append the associated ip and domain name to the end of the hosts file
set the IP to the domain name like so…
echo "IP_ADDRESS http://DOMAIN_NAME" | tee -a /etc/hosts
This will append the associated ip and domain name to the end of the hosts file
Regarding the sub domain:
I’ve tried the following /etc/hosts entries (mutually exclusive):
10.10.11.227 keeper.htb tickets.keeper.htb
10.10.11.227 keeper.htb
10.10.11.227 tickets.keeper.htb
10.10.11.227 tickets.keeper.htb
10.10.11.227 keeper.htb
Still I’m getting a “server not found” error when navigating to tickets.keeper.htb/rt or when using curl (also tried http and https).
From what I read in this thread this doesn’t necessarily seem to be part of the challenge, any hints where I might got it wrong?