ssh problem

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Jeremy C. Reed
Date:  
Subject: ssh problem
On Thu, 15 Jan 2004, Carl Parrish wrote:

> is there anyway I can tell if I'm using ssh1? The computer I'm trying to
> access doesn't do ssh2 so I typed in
> ssh -1 -l <login> <url>
> its still not working. others are able to log in using ssh1 so I need to
> check and make sure that I'm actually using ssh1 (most machines I
> connect to using ssh2, and I don't have to worry about this)


Use the -v switch.

Look at the debugging output for "Local version string".

For SSH1: the local version string will show 1.5 (or 1). Also look at
other debugging output for "RSA1". Also, usually with SSH1 it uses
identity file named "identity".

For SSH2, the local version string should show 2.0 (or 2). If you see
anything with SSH2_MSG_* then it is SSH2. Usually with SSH2, it uses
identity file id_rsa or id_dsa.

(I use a custom ssh1, called fressh, that has client and server
improvements to fix the security issues with ssh1.)

Jeremy C. Reed
http://www.reedmedia.net/