Results 1 to 2 of 2

Thread: Authentication reason: Too many authentication failures

  1. #1
    Join Date
    Jan 2018
    Beans
    2

    Authentication reason: Too many authentication failures

    Hello!
    I have for a while now, received the error "Authentication reason: Too many authentication failures" when I am trying to login into my Ubuntu server via tightVNC.
    I do have to restart the server every time I need to enter it, I am afraid that someone is trying to hack my server.

    Is there any way to fix this problem? Thanks!

    Btw, I do have googled it and did not find anything useful!

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Authentication reason: Too many authentication failures

    VNC shouldn't be available on the public internet. It isn't encrypted well enough and a single plain password is a total failure in 2018. Only run the vncserver with the --local option and force the use of either a VPN or ssh-tunnel for access.

    Or ... switch to x2go, which is 2-3x faster and uses ssh by default. Use the x2go PPA for client and server sides. Setup ssh first and follow the best practices for securing it.
    * no remote root
    * ssh-keys only
    * fail2ban or denyhosts to block brute-force attacks
    * .... about 5 other ssh settings.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •