LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Sudoers (https://www.linuxquestions.org/questions/linux-newbie-8/sudoers-903228/)

T3RM1NVT0R 09-16-2011 02:57 PM

Quote:

Originally Posted by Juc1 (Post 4473892)
Can I please clarify this - I use putty on my home laptop to connect to my VPS in another country so I guess that would be remote access.

Yes, that is remote access.

Quote:

But I can also log in to the VPS via Parallels Plesk Panel which has its own SSH client. So is that still remote access, or I mean is there any real difference between these two types of SSH login?

Thanks :)
This is also remote access from what I can read from their site.

Local Access: When you access a machine from within the network it is consider as local access. It doesn't matter even if you VPN. When you VPN you are in local network so that is local access. I am defining local access in terms of network not in terms of geography.

Remote Access: When you access a machine from outside your network it is consider as remote access.

This is my understanding of local and remote access.

chrism01 09-18-2011 08:31 PM

In security terms, specifically sshd_config, remote means anyone using an ssh client on another machine.
Strictly speaking, 'local' means you are already logged into the machine and just want to change users via su or sudo.
IOW, local vs remote is defined relative to the machine itself, not the network its on, even if it is a 'LAN'.

T3RM1NVT0R 09-19-2011 02:42 PM

@ Reply
 
Hi Chrism,

Yes, you are right. I was thinking in terms on network.


All times are GMT -5. The time now is 04:28 AM.