On Mon, 13 Aug 2007 21:08:03 +0200 Rikishi 42 <(E-Mail Removed)> wrote:
| Hey, people!
|
| I can't figure out what solution to use for the following problem:
|
| From the office, I need to connect to a machine on my own home LAN. I can
| configure my home router to send calls on port 22 to a certain IP on the LAN.
| But my provider blocks an extent of ports, including 22.
|
| It seems possible to change to port in sshd_config. But then, the other
| machines in my LAN could connect to it with port 22.
|
| What is the correct approach, here ?
I happen to have SSH listening to several different ports. I do it by
running a separate instance of the daemon for each. I also run each via
a separate copy of the executable so I can choose to kill all active
sessions by port using the killall command.
None of the ports I listen on is port 22. The password probes are so
heavy that I've found they have the effect of flooding my logs and waste
time checking for serious security issues. All these probes may well
be a reason your provider blocks 22 or other ports. I assume you have
figured out a port number you can get through on.
--
|---------------------------------------/----------------------------------|
| Phil Howard KA9WGN (ka9wgn.ham.org) / Do not send to the address below |
| first name lower case at ipal.net /
spamtrap-2007-08-15-(E-Mail Removed) |
|------------------------------------/-------------------------------------|