Author

Topic: I require Linux help... specifically SSH... (Read 2356 times)

member
Activity: 73
Merit: 10
September 09, 2010, 09:46:37 AM
#5
Quote
sudo ssh -ND 443 @
sudo ssh -ND 9999 @

You would run these commands with the SSH on the non-server computer. Then you'd connect to localhost:443 or localhost:9999 with SOCKS. Also, it's remoteUsername@remoteIP; you're connecting to the user at the IP.

You could use antinat to set up a SOCKS server on your server. Then you wouldn't have to run SSH on the non-server computer.
Yeah, I see where I am going wrong. Thanks!
administrator
Activity: 5166
Merit: 12850
September 09, 2010, 09:39:55 AM
#4
Quote
sudo ssh -ND 443 @
sudo ssh -ND 9999 @

You would run these commands with the SSH on the non-server computer. Then you'd connect to localhost:443 or localhost:9999 with SOCKS. Also, it's remoteUsername@remoteIP; you're connecting to the user at the IP.

You could use antinat to set up a SOCKS server on your server. Then you wouldn't have to run SSH on the non-server computer.
member
Activity: 73
Merit: 10
September 09, 2010, 09:08:39 AM
#3
I am trying to create a SOCKs proxy on my local Bitcoin server. It ends up I have no idea what I am doing. I entered the following commands:

sudo ssh -ND 443 @
sudo ssh -ND 9999 @

I forwarded the ports on my router. In short, it doesn't work. How do I revert these commands?

Run "ps", that should list the processes running. Once you find the pid's of the commands above you can issue a "kill" command for the pid.

You could also use "top" to see a list of the active processes on the system. Once in top if you hit k and then enter the pid it will kill the process.

Alright, I'll try this when I get home. Port 22 is blocked at my school. >_< Thank you!
newbie
Activity: 39
Merit: 0
September 09, 2010, 12:00:55 AM
#2
I am trying to create a SOCKs proxy on my local Bitcoin server. It ends up I have no idea what I am doing. I entered the following commands:

sudo ssh -ND 443 @
sudo ssh -ND 9999 @

I forwarded the ports on my router. In short, it doesn't work. How do I revert these commands?

Run "ps", that should list the processes running. Once you find the pid's of the commands above you can issue a "kill" command for the pid.

You could also use "top" to see a list of the active processes on the system. Once in top if you hit k and then enter the pid it will kill the process.
member
Activity: 73
Merit: 10
September 08, 2010, 07:40:39 PM
#1
I am trying to create a SOCKs proxy on my local Bitcoin server. It ends up I have no idea what I am doing. I entered the following commands:

sudo ssh -ND 443 @
sudo ssh -ND 9999 @

I forwarded the ports on my router. In short, it doesn't work. How do I revert these commands?
Jump to: