On Tue, Feb 10, 2004 at 11:25:30AM -0700, Monique Y. Herman wrote: > I just discovered mindterm, which allows one to open up an ssh session > over the web. This is functionality of which I've been dreaming for > quite some time. > > When I try to use it, it gives me the error that only ssh level 1 is > supported, not 2. Well, okay. But when I go to check my ssh config > files, I see this: > > Protocol 2,1 > > Shouldn't this mean that protocol 1 *is* supported, just not preferred?
You say "ssh config files", which sounds like /etc/ssh/ssh_config, which is the client configuration. Have you checked /etc/ssh/sshd_config? Also, try with 'ssh -1' and 'ssh -2' to see if the OpenSSH client does the same; add more -v options for more verbosity. -- Colin Watson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

