"eb" == Eilert Brinkmann <eilert@Informatik.Uni-Bremen.DE> writes:
By default, when you compile ssh2, if ssh1 is installed, it compiles in the fallback support. That's why the actual daemon is named 'ssh1' or 'ssh2'. It is a kludy hack. There is an ssh2 daemon listening. If an ssh1 client connects, it execs an ssh1 daemon. We here do not use ssh2, due to several issues. Our standard build is ssh-1.2.26 w/out RSAREF support. Eric Brandwine Network Security UUNET Technologies eb> 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?
eb> AFAIK the ssh2 server can be configured to fall back to ssh1 (which eb> must be installed, too) if a client connects with ssh1. It is also eb> possible to run the ssh server on a different port. For ssh1 you can eb> put the line eb> Port <port-number> eb> in the file /etc/sshd_config and use the -p option of the client to eb> connect to another port than the default port (22). Probably this is eb> very similar with ssh2. eb> Eilert eb> -- eb> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ eb> Eilert Brinkmann -- Universitaet Bremen -- FB 3, Informatik eb> eilert@informatik.uni-bremen.de - eilert@tzi.org - eilert@linuxfreak.com eb> http://www.informatik.uni-bremen.de/~eilert/ eb> -- eb> To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com eb> For additional commands send e-mail to suse-linux-e-help@suse.com eb> Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/ -- 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)
-
ericb@UU.NET