Bill Moseley <moseley@hank.org> wrote:
I've got ssh2 running on my machine, but a few of the places that might telnet into my machine only have ssh1. Since, I'm assuming, they both run on the same port, is it possible to run a server that will allow either ssh1 or ssh2 connections?
AFAIK the ssh2 server can be configured to fall back to ssh1 (which must be installed, too) if a client connects with ssh1. It is also possible to run the ssh server on a different port. For ssh1 you can put the line Port <port-number> in the file /etc/sshd_config and use the -p option of the client to connect to another port than the default port (22). Probably this is very similar with ssh2. Eilert -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Eilert Brinkmann -- Universitaet Bremen -- FB 3, Informatik eilert@informatik.uni-bremen.de - eilert@tzi.org - eilert@linuxfreak.com http://www.informatik.uni-bremen.de/~eilert/ -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (1)
-
eilert@informatik.uni-bremen.de