Answer the question
In order to leave comments, you need to log in
Can I access a page/website by IP or domain via SSH terminal?
Connected to the server via SSH (Putty). Is it possible to somehow go to a third-party site, but from the server to which I am connected via Putty? It is necessary to check what answer this third-party site gives when accessing it from my server (because of the IP so).
Not familiar with Linux commands)
Answer the question
In order to leave comments, you need to log in
If you need headers, then:curl -X HEAD -i http://www.google.com
if I understand the question correctly
https://putty.org.ru/articles/putty-ssh-tunnels.html
You can create an ssh tunnel .
See example about
ssh -f -N -R 2080:10.11.12.14:80 [email protected]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question