jumaris / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
1 stars 0 forks source link

Output visual host keys #116

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set VisualHostKey yes in /etc/sshd_config on client.
2. Attempt to connect with ConnectBot server.

What is the expected output?
A connection with a visual presentation of the host keys.

What do you see instead?
Connecting to host:port
Premature connection close

Hose has disconnected.
Close Session?

What version of the product are you using (you can see this by using Menu -> 
About in the Host 
List)?
ConnectBot 1.2(r198 2009.01.28)

What type of system are you trying to connect to?
ProductName:    Mac OS X
ProductVersion: 10.4.11
BuildVersion:   8S165
OpenSSH_5.1p1, OpenSSL 0.9.7l 28 Sep 2006

If you are able to connect, what is the output of "echo $TERM", "uname -a", and 
any other 
relevant information on the host?
Darwin sarah 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; 
root:xnu-
792.24.17~1/RELEASE_PPC Power Macintosh powerpc

Please provide any additional information below.

Original issue reported on code.google.com by ctemplet...@gmail.com on 6 Feb 2009 at 3:10

GoogleCodeExporter commented 8 years ago
Is there a patch you're using to be able to put this in the ssh *daemon* 
configuration?

This is an OpenSSH client configuration option from what I know. It makes sense 
that
it would say the host has disconnected if the SSH daemon hasn't started up 
because of
an invalid configuration.

Original comment by kenny@the-b.org on 6 Feb 2009 at 1:55

GoogleCodeExporter commented 8 years ago
Ok, I am wholly uniformed about this. You are correct this is a non-daemon 
function.  (looks like I was 
looking at the manual entry for ssh_config instead of sshd_config on my 
machine.)

I still would like to be able to see the visual keys implemented on ConnectBot. 
Do you want me to open up a 
new ticket for this enhancement request or will this ticket suffice?

Thanks,

Charles

Original comment by ctemplet...@gmail.com on 8 Feb 2009 at 5:07

GoogleCodeExporter commented 8 years ago
We can change this. I'm not sure if Trilead gives up enough information. 
Perhaps we
could stick it in the host key verifier since we're asking the user to verify 
it.

The code that OpenSSH uses is in key.c under the randomart function:

http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/key.c

Original comment by kenny@the-b.org on 10 Feb 2009 at 7:20

GoogleCodeExporter commented 8 years ago
What code is missing?

Original comment by ctemplet...@gmail.com on 5 Apr 2009 at 4:05