OpenSSH_6.7p1 hostbased authentication failing on linux->linux connection. what's wrong with my config?

grantksupport at operamail.com grantksupport at operamail.com
Sat Jan 10 10:11:58 AEDT 2015


On Fri, Jan 9, 2015, at 03:06 PM, Mark Hahn wrote:
> > On the client
> >
> > 	grep Identity /usr/local/etc/ssh/ssh_config
> > 		IdentityFile /usr/local/etc/ssh/ssh.client.ed25519
> 
> shouldn't this be HostKey in sshd_config?
> presumably that's what ssh-keysign is looking for,
> not a *user* key.

That's on the *client*. note that it's in ssh_config

	cat /usr/local/etc/ssh/ssh_config
		...
		Host *
		IdentityFile /usr/local/etc/ssh/ssh.client.ed25519
		...

On the *server*, in sshd_config it's 

	cat /usr/local/etc/ssh/sshd_config
		...
		HostKey  /usr/local/etc/ssh/ssh.server.ed25519
		...


More information about the openssh-unix-dev mailing list