Skip to main content

Host key unknown. Trust this host?

Comments

2 comments

  • ruzbehraja
    A quick way to do this is to simply
    ssh localhost
    from an SSH session. You should get something like: [root@server ~]# ssh localhost The authenticity of host 'localhost ::1' can't be established. RSA key fingerprint is 5f:aa:67:a1:30:03:10:28:cc:aa:3f:7f:06:d0:1e:ee. Are you sure you want to continue connecting (yes/no)? no You can also type in:
    # ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key
    which should also give you the same result. The key should match the one which appears when you click the Lock icon in Filezilla, when connected to your server.
    0
  • cPanelMichael
    Hello, Note the message you are referring to in Filezilla relates to SFTP usage, as opposed to FTP. Thank you.
    0

Please sign in to leave a comment.