btw, ssh is really awesome for remote access, and not just for interactive 
shells.

you can limit a user to run only a single application

you can chroot a user into a jail that limits his/her access to the file 
system

you can enable a remote user to have sudo rights, but only for specific 
binaries or groups

it makes automation of tasks easy.

perhaps best of all, it is really easy to test.  the biggest gotchas are 
usually when you put everything into a shell script - getting nested quotes 
and variable expansion can be tricky.

m

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to