2
1
Alright, I'm completely blank into this weird world.
Let's say, I can access a ssh remote server(A server which has no GUI
and no monitor
but have internet
connection) using terminal in ubuntu(Which is my PC with GUI). I just don't have Internet connection on my PC but could access server's internet(Which has no GUI and no monitor) using Elink
text based browser only in terminal.
I could also save any file onto that ssh remote server using wget
command into terminal. It doesn't save file into my hard drive because i'm accessing another server(Which has no GUI).
But my wish is to access that server's(Which has no GUI) Internet onto my firefox. I'm getting stuck with elink's browser(A text based shi* browser). Kindly let me know, Is it possible to access that internet on my Firefox?
Help surely would be appreciated!!
Suppose i'm able to connect my server on termianl using
ssh -a aroraarora
.. Then how would i connect it? – Smarter way – 2015-09-14T13:29:54.553I'm not sure what you're asking. As I said:
ssh -fND 12000 aroraarora
. Add-a
if you need it. – Arkadiusz Drabczyk – 2015-09-14T13:31:14.427Suppose, I do connect my server using
rhc
let's say..rhc ssh -a aroraarora
.. then how would i connect it with firefox? – Smarter way – 2015-09-14T13:35:47.557I have never heard about
rhc
. You only asked aboutssh
. Doesssh
method work for you? If thisrhc
tool is a wrapper forssh
it also might work. – Arkadiusz Drabczyk – 2015-09-14T13:38:35.307Okay dude.. Let me try first, I'd get back to accept your answer once it gets connected. – Smarter way – 2015-09-14T13:40:13.710