Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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!
This comment has been deleted
@karlhaworth without seeing your config files here are a couple of things to check that may cause the issue.
If none of these help, post your /etc/pam.d/sshd and /etc/ssh/sshd_config files in a paste bin and post the links.
When you want to allow a second user to use authenticator, how can I display the QR code again, after the initial setup? I don’t see any hints in the options for googleauthenticator.
This comment has been deleted
@michaelholley For the file edits I see that a \ has been prepended to comment lines.
I’m pretty sure this is not what you intended considering this would nullify the comment itself and cause those particular lines of code to be executed.
For instance:
\# Change to no to disable tunnelled clear text passwords
PasswordAuthentication no
Should be changed to:
# Change to no to disable tunnelled clear text passwords
PasswordAuthentication no
Hi @michaelholley , your tutorial is really detailed, I set up and run successfully in my droplet. I love it, but I have a dump question, could you help me?
I made a mistake, answered “yes” in this question:
By default, tokens are good for 30 seconds and in order to compensate for
possible time-skew between the client and the server, we allow an extra
token before and after the current time. If you experience problems with poor time synchronization, you can increase the window from its default
size of 1:30min to about 4min. Do you want to do so (y/n)
How can I turn it into “no”?
Thank you.
Will the multi factor auth work for non networked ubuntu servers? I have a few servers that cannot connect to internet where I want multi factor auth to work.
Will FileZilla still work over STFP? Will it prompt me for a verification key when I connect?