By Josh
I have a Ubuntu 16.04 install with wordpress, I tried to SSH in using the floating IP assigned to it and entered the wrong user name so I exited the SSH session after a few failed tries getting in now I can’t SSH in at all even using the droplet’s IP address.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I’d usually recommend against using ssh through your floating IP. In fact I’d recommend blocking port 22 for requests coming in on your anchor IP altogether and access ssh only through the direct IP. This way if you’re running a public service users will not be able to easily find your ssh service (I’d also recommend changing from the default port and consider using fail2ban).
Are you using fail2ban on your server? This will block your IP from logging in for a certain amount of time after failed login attempts. If so, simply waiting for the block to time out should allow you access again.
Anytime you are unable to log in using ssh you can try accessing your droplet through the console in the control panel (located in Access under your droplet). While it does not support copy/paste currently, this web console will allow you to access your droplet even if it’s network is disabled. Your droplet sees the console as it’s local keyboard and display.
I would recommend:
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.