Derek Burns / Bend-Pak wrote:

Is there a way I can administer my FreeBSD web server from my pc?
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"





FreeBSD generally has sshd(8) enabled
by default.  This is "Secure Shell", and
is similar to telnet, but better ;-)

From the CLI on another 'Nix/Linux box, try:

$ssh [EMAIL PROTECTED]

    and see what happens.  If you are running
X (KDE/Gnome/XFCE/Enlighement/Whatever),
open a terminal and do the same.

If you are running Microsoft Windows, you'll
need to install an SSH client.  I like PuTTY,
(ftp://chiark.greenend.org.uk/users/sgtatham/putty-latest/)
but there are others.  Google for "SSH client", and,
if you're brave, include the term "Free" ;-)

Kevin Kinsey
DaleCo, S.P.
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to