Click here to Skip to main content
15,891,657 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Remote access recommendations Pin
pkfox29-Jan-20 7:33
professionalpkfox29-Jan-20 7:33 
GeneralRe: Remote access recommendations Pin
CCostaT29-Jan-20 23:49
CCostaT29-Jan-20 23:49 
GeneralRe: Remote access recommendations Pin
pkfox31-Jan-20 6:29
professionalpkfox31-Jan-20 6:29 
GeneralRe: Remote access recommendations Pin
CCostaT2-Feb-20 22:31
CCostaT2-Feb-20 22:31 
GeneralRe: Remote access recommendations Pin
pkfox3-Feb-20 2:18
professionalpkfox3-Feb-20 2:18 
GeneralRe: Remote access recommendations Pin
CCostaT3-Feb-20 22:42
CCostaT3-Feb-20 22:42 
GeneralRe: Remote access recommendations Pin
pkfox4-Feb-20 10:11
professionalpkfox4-Feb-20 10:11 
GeneralRe: Remote access recommendations Pin
CCostaT4-Feb-20 22:37
CCostaT4-Feb-20 22:37 
This is only true if you use a port above 1024.

Ports bellow 1024 are given some extra "protections" by Linux, one of them being that your program must be executed as root to be able to bind to them. This means that if you use a port >1024 and get infected by something, that something can bind to that port, act like a ssh server and capture everything you are doing.

As usual there are tons of discussions and opinions about this if you want to take a look:
- Why not move SSH to another port? - BSD How To[^]
- Why putting SSH on another port than 22 is bad idea[^]
- Why putting SSH on another port than 22 is bad idea | Hacker News[^]

This is probably overkill for what you and I do but I like to keep it safe (and I had to worry about this kind of stuff on a previous job although I'm not a security expert, not even close, so keep that in mind).

One way to keep both benefits is to keep ssh on port 22 on your linux box but port-forward a random >1024 port on your router to port 22.

Is this worth it? I'm not sure but at least it's one less thing to worry about.
GeneralRe: Remote access recommendations Pin
pmauriks12-Feb-20 19:49
pmauriks12-Feb-20 19:49 
GeneralThought of the Day Pin
OriginalGriff24-Jan-20 4:42
mveOriginalGriff24-Jan-20 4:42 
GeneralRe: Thought of the Day Pin
DRHuff24-Jan-20 4:57
DRHuff24-Jan-20 4:57 
GeneralRe: Thought of the Day Pin
W Balboos, GHB24-Jan-20 4:58
W Balboos, GHB24-Jan-20 4:58 
GeneralRe: Thought of the Day Pin
honey the codewitch24-Jan-20 5:36
mvahoney the codewitch24-Jan-20 5:36 
GeneralRe: Thought of the Day Pin
Mark_Wallace24-Jan-20 7:10
Mark_Wallace24-Jan-20 7:10 
GeneralMy cat has so many tiny adorable opinions Pin
honey the codewitch24-Jan-20 4:35
mvahoney the codewitch24-Jan-20 4:35 
GeneralRe: My cat has so many tiny adorable opinions Pin
Marc Clifton24-Jan-20 4:38
mvaMarc Clifton24-Jan-20 4:38 
GeneralRe: My cat has so many tiny adorable opinions Pin
TheGreatAndPowerfulOz24-Jan-20 5:26
TheGreatAndPowerfulOz24-Jan-20 5:26 
GeneralRe: My cat has so many tiny adorable opinions Pin
honey the codewitch24-Jan-20 5:34
mvahoney the codewitch24-Jan-20 5:34 
GeneralRe: My cat has so many tiny adorable opinions Pin
Richard MacCutchan24-Jan-20 5:40
mveRichard MacCutchan24-Jan-20 5:40 
GeneralRe: My cat has so many tiny adorable opinions Pin
OriginalGriff24-Jan-20 5:53
mveOriginalGriff24-Jan-20 5:53 
GeneralRe: My cat has so many tiny adorable opinions Pin
honey the codewitch24-Jan-20 6:48
mvahoney the codewitch24-Jan-20 6:48 
GeneralRe: My cat has so many tiny adorable opinions Pin
Mark_Wallace24-Jan-20 6:28
Mark_Wallace24-Jan-20 6:28 
GeneralRe: My cat has so many tiny adorable opinions Pin
Eddy Vluggen24-Jan-20 7:34
professionalEddy Vluggen24-Jan-20 7:34 
GeneralRe: My cat has so many tiny adorable opinions Pin
Mark_Wallace24-Jan-20 9:24
Mark_Wallace24-Jan-20 9:24 
GeneralRe: My cat has so many tiny adorable opinions Pin
Eddy Vluggen24-Jan-20 9:35
professionalEddy Vluggen24-Jan-20 9:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.