Re: mindterm and ssh protocol settings
On 2004-02-10, Colin Watson penned:
> 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?
Ah, sorry. The line is from the daemon config, /etc/ssh/sshd_config.
home:~# grep Protocol /etc/ssh/sshd_config
Protocol 2,1
> Also, try with 'ssh -1' and 'ssh -2' to see if the OpenSSH client does
> the same; add more -v options for more verbosity.
Both work just fine ...
Maybe there are other relevant server settings that I should look at?
--
monique
Reply to: