Tosh: Changing your SSH server's listen address every 30 seconds based on TOTP
21–30 of 200 posts
Re: Tosh: Changing your SSH server's listen address every 30 seconds based on TOTP
#22And all you have to do is trust that your client and server will always have synchronized clocks...
Re: Tosh: Changing your SSH server's listen address every 30 seconds based on TOTP
#23That’s a super cool concept, but doesn’t this fall a bit under “security by obscurity”?
The "security by obscurity" one-liner is one of my favorite examples of the sort of black-and-white thinking that is harmful to software engineering. The truth is that playing defense is as much an exercise of technical design as it is economics. Yes - if someone finds the SSH port, they have a window of opportunity, and you will be owned if you are not properly securing your server through the normal channels. Howev…
Indeed, but might there not better/cheaper ways to secure SSH?
Something that doesn't involve custom configuration that needs to be maintained.. like VPN to a jump-host... Or..?
Configuring and maintaining custom hacks is not cheap.
Re: Tosh: Changing your SSH server's listen address every 30 seconds based on TOTP
#24Earlier quoted context omitted.
The "security by obscurity" one-liner is one of my favorite examples of the sort of black-and-white thinking that is harmful to software engineering. The truth is that playing defense is as much an exercise of technical design as it is economics. Yes - if someone finds the SSH port, they have a window of opportunity, and you will be owned if you are not properly securing your server through the normal channels. Howev…
> defense in depth helps you manage your defense with limited resources. Indeed, but might there not better/cheaper ways to secure SSH? Something that doesn't involve custom configuration that needs to be maintained.. like VPN to a jump-host... Or..? Configuring and maintaining custom hacks is not cheap.
Re: Tosh: Changing your SSH server's listen address every 30 seconds based on TOTP
#25That’s a super cool concept, but doesn’t this fall a bit under “security by obscurity”?
The "security by obscurity" one-liner is one of my favorite examples of the sort of black-and-white thinking that is harmful to software engineering. The truth is that playing defense is as much an exercise of technical design as it is economics. Yes - if someone finds the SSH port, they have a window of opportunity, and you will be owned if you are not properly securing your server through the normal channels. Howev…
Zero window seems better than a 30 second window.
Excellent points otherwise.
Re: Tosh: Changing your SSH server's listen address every 30 seconds based on TOTP
#26Really cool idea. If someone is interested further in the general concept it is called ”moving target defense.”
It’s neat for sure, but not a good defense.
Re: Tosh: Changing your SSH server's listen address every 30 seconds based on TOTP
#27That’s a super cool concept, but doesn’t this fall a bit under “security by obscurity”?
0: assuming I'm not being overly charitable
Re: Tosh: Changing your SSH server's listen address every 30 seconds based on TOTP
#28And all you have to do is trust that your client and server will always have synchronized clocks...
Re: Tosh: Changing your SSH server's listen address every 30 seconds based on TOTP
#29The oldest machine was Timemaster and 8.5 minutes off. Took me week to figure out why my brand workstation had bad time. Fun times