the external ssh-server normally wants to get request with a privileged port (eg. 1023). but i want to connect via my internal server which is masq. by my gateway/firewall. after this masq. the privileged request transforms into an un- privileged one...;-(
Usually the problem is the other way, you have to use the option for ssh to use an unprivileged port, to avoid packet filtering the privileged port connection. Why do you need a privileged port? Is it because you are using rhosts authentication? If you made this work, you would have to hack the source, IP Masq uses very high port numbers, but changing that would proobably blow a big hole in your network security. Really you should bite the bullet, and set up public and private keys, to permit a user access avoiding being asked a password. Although the private key file is password protected, I've always copied it off the target machine, and deleted it. Once the agent has the keys added into it, rsync-ing and ssh-ing becomes painless. Regards Rob