Pwning your web server the easy way or why exposing –/.ssh/ is a bad idea
1–10 of 60 posts
Re: Pwning your web server the easy way or why exposing –/.ssh/ is a bad idea
#2Re: Pwning your web server the easy way or why exposing –/.ssh/ is a bad idea
#3You do not need to put keys on the web sever’s disk to SSH onward from it. Use agent forwarding instead.
Re: Pwning your web server the easy way or why exposing –/.ssh/ is a bad idea
#4Re: Pwning your web server the easy way or why exposing –/.ssh/ is a bad idea
#5This is what happens when a developer is left to do the work that a system administrator should be trained to do - not all are -.
For a developer, in most cases, "just works" is the end goal, when referring to systems. Not "how it works", and what are the implications of making it work like this.
This really makes me sad.
Re: Pwning your web server the easy way or why exposing –/.ssh/ is a bad idea
#6This is what I have learned in many years of work: people who know systems should be let to handle those systems. This is what happens when a developer is left to do the work that a system administrator should be trained to do - not all are -. For a developer, in most cases, "just works" is the end goal, when referring to systems. Not "how it works", and what are the implications of making it work like this. This rea…
For too many developers "i shouldn't be blocked" is the highest virtue and that's when things like this happen.
Re: Pwning your web server the easy way or why exposing –/.ssh/ is a bad idea
#7Re: Pwning your web server the easy way or why exposing –/.ssh/ is a bad idea
#8Re: Pwning your web server the easy way or why exposing –/.ssh/ is a bad idea
#9Re: Pwning your web server the easy way or why exposing –/.ssh/ is a bad idea
#10You really have to go out of your way to make the www-data user available through ssh, weird some do this.