On 11/15/05, Metrics <[EMAIL PROTECTED]> wrote: > Whereas a simple `ssh -p 52222 myip.domain.org` in an xterm works fine.
Maybe you want: $ cat .ssh/config Host myip.mydomain.com Port 52222 # LocalForward *:1234 remote:80 # ... other things, see `man ssh_config` $ ssh myip.mydomain.com # now works without port Viele Grüße, Levin
