Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
port 22
Name: DirtCheap Date: April 17, 2002 at 15:48:50 Pacific
Comment:
I have two computers connected to a lan. The first (which is connected to the internet VIA DSL and is running ICS)has windows XP The second computer is running Mandrake 8. My question is: How do I run SSH from my Linux box through ICS. And how do I forward 'port 22' from my XP box to my mandrake box
Summary: I got this working, now ssh works odd because it sees 192.168.1.101 port 22 and 192.168.1.101 port 23 as the same SSH server, so it keeps thinking a Man In The Middle attack is occuring. Anyway to fix...
Summary: You can change the port /etc/ssh/sshd_config (or some config file in /etc). In mine, it's on the 8th line. Then I restarted sshd. But when I run %nmap localhost Port State Service 22/tcp ...