|
That is nearly all there is to it. Having enabled remote login, you should be able to connect from remote clients to the local machine (router firewalls allowing).
You should be able to find instructions specific to /etc/sshd_config and ssh_config from various mac tech forums, but basically you want to alter the two config files such that
-root cannot login remotely and
-ssh2 protocol is the only one allowed.
There is a lot of information about unix ssh setup out there and most of it is applicable...
Are you looking for specific information about locking remote users to specific folders?
|