mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
9235d3c232
Use ~/.ssh/known_hosts file to verify server fingerprint using ssh way: $ ssh localhost The authenticity of host 'localhost (127.0.0.1)' can't be established. ED25519 key fingerprint is SHA256:FzqKTNTroFuNUj1wUzSeV2x/1lpcESnT0ZRCmq5H6o8. Are you sure you want to continue connecting (yes/no)? no ssh: Host key verification failed. $ ssh localhost The authenticity of host 'localhost (127.0.0.1)' can't be established. ED25519 key fingerprint is SHA256:FzqKTNTroFuNUj1wUzSeV2x/1lpcESnT0ZRCmq5H6o8. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'localhost' (ED25519) to the list of known hosts. andrew@localhost's password: Thanks the Curl project for the used code. Signed-off-by: Andrew Borodin <aborodin@vmail.ru> Signed-off-by: Yury V. Zaytsev <yury.zaytsev@moneymeets.com> |
||
---|---|---|
.. | ||
es | ||
hu | ||
it | ||
pl | ||
ru | ||
sr | ||
date-of-man-include.am | ||
Makefile.am | ||
mc.1.in | ||
mcedit.1.in | ||
mcview.1.in |