I have to admit, I’m addicted to vim. There are many cool editors out there, but I still not used to them. Now, that I discovered how to enable vim syntax highlighting I decided to share some details. First, I want to thank you for your support with my ITPro Helper shop. I’m going to …
Tag Archives: vim
Enable Password Authentication on your droplet Digital Ocean
This one is quite simple. You will need to modify the ssh config file which is located at /etc/ssh/sshd_config. Open the /etc/ssh/sshd_config file with your favorite editor. Find or add the line PasswordAuthentication Enter the value ‘yes’ next to PasswordAuthentication It should look like: PasswordAuthentication yes Save and exit the file. The restart the ssh …
Continue reading “Enable Password Authentication on your droplet Digital Ocean”