I have a little checklist I use to cover the basics: https://drewdevault.com/new-server.html
Is there any particular reason you left firewall setup off?
11–20 of 54 posts
I have a little checklist I use to cover the basics: https://drewdevault.com/new-server.html
Is there any particular reason you left firewall setup off?
I have a little checklist I use to cover the basics: https://drewdevault.com/new-server.html
I'm a generalist project manager. When you say "Disable password login via ssh", what is going to be the login method from this point onwards? Via a personal certificate? Tks
https://help.github.com/articles/generating-a-new-ssh-key-an...
https://help.github.com/articles/testing-your-ssh-connection...
SSH Keys are substantially more secure than passwords.
Earlier quoted context omitted.
I'm a generalist project manager. When you say "Disable password login via ssh", what is going to be the login method from this point onwards? Via a personal certificate? Tks
I suggest you setup an account on Github and then create a SSH key with a passphrase: https://help.github.com/articles/generating-a-new-ssh-key-an... https://help.github.com/articles/testing-your-ssh-connection... SSH Keys are substantially more secure than passwords.
I have a little checklist I use to cover the basics: https://drewdevault.com/new-server.html
I'm a generalist project manager. When you say "Disable password login via ssh", what is going to be the login method from this point onwards? Via a personal certificate? Tks
I used this ancient video to get going: https://www.youtube.com/watch?v=Fatbs4eTdJE
I have a little checklist I use to cover the basics: https://drewdevault.com/new-server.html
The general advice I've seen is to not host your own server. But I think it would be a great learning experience. If you cover the basics, is your server still extremely vulnerable?
I have a little checklist I use to cover the basics: https://drewdevault.com/new-server.html
My list is similar but I do a UFW setup and move SSH to a non-standard port that is easy to remember (i.e. 12345) to reduce noise in my log files. Is there any particular reason you left firewall setup off?
Earlier quoted context omitted.
I'm a generalist project manager. When you say "Disable password login via ssh", what is going to be the login method from this point onwards? Via a personal certificate? Tks
You should be using public key authentication: https://www.digitalocean.com/community/tutorials/how-to-set-... If you insist on using passwords, make sure you at least install something like fail2ban or denyhosts to block the compromised machines which are hammering your server trying to guess passwords. Clients can see which authentication methods are allowed so they know which machines to attack (i.e., yours, if yo…
I have a little checklist I use to cover the basics: https://drewdevault.com/new-server.html
The general advice I've seen is to not host your own server. But I think it would be a great learning experience. If you cover the basics, is your server still extremely vulnerable?
My advice is to do host your own server.