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

[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

 



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

exactly. how else is ssh-keysign going to know about your non-default (client) host key's location?

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

again, IdentityFile is a user key.

On the *server*, in sshd_config it's

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

sure, that's great.  the problem is on the client side...

regards, mark hahn
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@xxxxxxxxxxx
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev



[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux