Remote system not accepting a new key



Hello. First I am new to SSH so I apologize if I use any incorrect terms or terminology.
 
I just had a new server brought up in another location. Because this is a new server it will have a new SSH Key. Everyone who is connecting to the system was able to use a windows client that prompted them to accept the new key and that was easy enough.
 
However I have one automated service that I can't seem to get to work. It is running OpenSSH_3.5p1
 
I ran the ssh -vvv user@IP
 
and have the debug output. I don't know what to look for however I gather from the output that it did connect to the IP on port 22 the connection was established then it says
 
Not an RSA1 key file /home/brs/.ssh/identity
 
key_type_from_name: unknown key type '-----BEGIN'
 
key_read: no key found
 
 
I take it from the middle line that it does in fact see a key being sent. It reads the '-----BEGIN' but for some reason it can not understand the key? Is that right? I don't know if this server is sending an RSA or DSA key. I am assuming it matters.
 
Is there a command that I can run on the remote server (by remote I mean the server trying to connect to my ssh server) that will force it to accept what ever key is being provided by my server?





Sincerely,
Joshua Lewis


Relevant Pages

  • Re: Trouble with X11 over SSH on Mandriva 2010.0
    ... If next clean install/update causes ssh to break, ... installed the sshd daemon/service package (OpenSSH Server) on the server. ... correct values for client and server. ...
    (comp.os.linux.networking)
  • Re: Apache Software Foundation Server compromised, resecured. (fwd)
    ... this was one "result" of the comromised ssh binary at sourceforge. ... a public server of the Apache Software Foundation ... > (ASF) was illegally accessed by unknown crackers. ... > exhaustive audit of all Apache source code and binary distributions ...
    (FreeBSD-Security)
  • Re: FreeBSD Crash without Errors, Warnings, or Panics
    ... I suppose I could run on stable until the driver is fixed in a release branch, but I need this box up and online, and I've always read that the stable branch is not the place for production servers. ... I'm running 6.0-RELEASE-p5 on a Toshiba built server: dual Xeon Intel motherboard with a LSILogic MegaRAID controller. ... Also, some network ports still respond, like a telnet to port 22 to test SSH will yield an SSH banner, but trying to connect with SSH just hangs. ... The box runs a web-based app and connects to a local Postgres DB which seemed to be unable to start new connections being requested by the PHP scripts. ...
    (freebsd-hackers)
  • Re: restrict ssh access
    ... > We have one ssh server which receives about 6000 failed attempts to ... > unsuccessful login attempts per client IP address? ... the remote server is also running OpenSSH. ...
    (comp.security.ssh)
  • Re: SSH as root
    ... Subject: SSH as root ... but it doesn't require having a key on the server that could be ... If they compromise a server, and the passphrase, etc. is there, they only ... private key to anyone. ...
    (SSH)