AEnterprise / rsync-deploy

43 stars 57 forks source link

Warning: Permanently added '***' (ECDSA) to the list of known hosts. #3

Closed llxlr closed 4 years ago

llxlr commented 4 years ago

Screenshot_2020-10-04-17-07-58

walterhoson commented 4 years ago

so, how to config

AEnterprise commented 4 years ago

the warning can be ignored, it's just because you connected over ssh and thus it gets added to the known hosts list

if you get errors after that like above then your login credentials are wrong

walterhoson commented 4 years ago

My Error is 'Permission denied (publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive).', and action is failed. Is it my sshd_config wrong?

AEnterprise commented 4 years ago

that or the variables you set, if you get permission denied then it tried to connect but the provided credentials where refused by the server