Hi,
I'm new to the sme server but if you are looking
for an alternative to putty, you can use the cygwin
tools for windows for ssh and scp access.
I have searched the
www.contribs.org site and don't
really see any mention of cygwin as an alternative
to the complicated terminal server setups that
are mentioned frequently for windows client machines.
I installed the full set of cygwin tools at:
http://www.cygwin.com/It takes awhile to download and install (2 step
process). Once you are installed you can access
the server and the server manager console from
a simple cygwin terminal running on your Window's
XP or 2000 box. If you have set up ssh for public
use as mentioned in the earlier post, you can
access your server from anywhere (I access mine
from work behind a firewall) by:
ssh root@www.your_server_here.com
This will log you in as root over ssh with no
configuration on the client side (winXP) at all.
To access the server manager while logged in as root
do:
su admin
Now you are logged into the server console.
I also use simple shell scripts to copy files to
the server via scp over the same cygwin window.
Example:
scp file root@www.your_server_here.com:/tmp/file
I have found the cygwin to be much easier to deal
with on Windows XP than putty.
Hope this helps,
--JOe