On Wed, 23 Sep 2009, Jonathan C. Bailey wrote:

>I seem to be having an issue with SSH from a Linux box to an OpenSolaris 
>2009.06 box. For some reason, the SSHd in OpenSolaris doesn't like my 
>authorized_keys file. Any idea as to why? It seems to be choking on the 
>command="" line. Any ideas?
>
>
>debug2: key_type_from_name: unknown key type 
>'command="/usr/local/bin/my_command'

        Jon, there is a missing closing double quote. It should be like 
this:

        command="/usr/local/bin/my_command" ssh-... .....

        J.

>debug3: key_read: no key found
>debug2: user_key_allowed: check options: 'command="/usr/local/bin/my_command" 
>ssh-rsa KEY_DATA_HERE'
>
>-Jon
>_______________________________________________
>opensolaris-discuss mailing list
>opensolaris-discuss@opensolaris.org
>

-- 
Jan Pechanec
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to