
How To Secure A Server - Chris Titus Tech
video description
Date: 2022-03-21
Related videos
Comments and reviews: 10
AverageDev
I have a server in my home that is having all the ssh access to my vps servers. Plus i have access on my desktop. I have regula passwordbauth on that server (its not facing the internet in any ways), use a unique password
reply
I have a server in my home that is having all the ssh access to my vps servers. Plus i have access on my desktop. I have regula passwordbauth on that server (its not facing the internet in any ways), use a unique password
reply
Goedert
I see that you left the server port as 22. I had read in some places that many people recommend changing this port to something other than 22 but under 1024. What are your thoughts? Thanks for the great video!
reply
I see that you left the server port as 22. I had read in some places that many people recommend changing this port to something other than 22 but under 1024. What are your thoughts? Thanks for the great video!
reply
Xavier
missing tons of basics of hardening... hardening pam.d, folder basics user:group 640 acl/perms on tree, change the ssh port (thats basic), HIDS ? like tripwire ?, what about armor ?.. too complex ? :)
reply
missing tons of basics of hardening... hardening pam.d, folder basics user:group 640 acl/perms on tree, change the ssh port (thats basic), HIDS ? like tripwire ?, what about armor ?.. too complex ? :)
reply
Gijs
Hey Chris is this safe to route to a other site?
iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to-destination x.x.x.x:80
iptables -t nat -A POSTROUTING -j MASQUERADE
reply
Hey Chris is this safe to route to a other site?
iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to-destination x.x.x.x:80
iptables -t nat -A POSTROUTING -j MASQUERADE
reply
OfficialRDB
Great video. It really helped me out.
I have 1 problem so far. After doing all this my ftp doesn't work anymore.
Using filezilla. Any thoughts whats wrong ?
reply
Great video. It really helped me out.
I have 1 problem so far. After doing all this my ftp doesn't work anymore.
Using filezilla. Any thoughts whats wrong ?
reply
Fawn
Thank you so much for this educational web security video! Just a quick question, would you recommend this should be applied to web servers hosted on the GCP platform?
reply
Thank you so much for this educational web security video! Just a quick question, would you recommend this should be applied to web servers hosted on the GCP platform?
reply
Eliot
HI Chris ,while doing -sudo systemctl start fail2ban- I gott an error message -/etc/host.conf: line 3: bad command -nospoof on'-. is that command not needed anymore?
reply
HI Chris ,while doing -sudo systemctl start fail2ban- I gott an error message -/etc/host.conf: line 3: bad command -nospoof on'-. is that command not needed anymore?
reply
Ck
Hi there, thanks for sharing your knowledge, on pc the key is working good but on my laptop following the same process I'm getting id_rsa.pub: invalid format.Thanks.
reply
Hi there, thanks for sharing your knowledge, on pc the key is working good but on my laptop following the same process I'm getting id_rsa.pub: invalid format.Thanks.
reply
Justin
I did everything you said and when at the reboot step, my server lost conection to the internet and SSH - no ping and no youtube. Any idea what happened?
reply
I did everything you said and when at the reboot step, my server lost conection to the internet and SSH - no ping and no youtube. Any idea what happened?
reply
Thomas
I just saw another video you did on this and posted a comment that recommended making your rules before enabling ufw. Nice to see you've corrected that.
reply
I just saw another video you did on this and posted a comment that recommended making your rules before enabling ufw. Nice to see you've corrected that.
reply
Add a review, comment
Other channel videos















