Rezha Julio · Mar 3, 2026
How to lock yourself out of SSH with a single scp command
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Ever locked yourself out of your own server just by copying files with scp ? That's exactly what happened to an engineer who wrote about it on sny.sh . Here's what went down. They wanted to transfer a local folder to the home directory on their server: scp -r . host: Looks harmless, right? The problem was that the local folder had permissions set to rwxrwxrwx , or 777 (probably left over from…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.