|
Posted by Bit Twister on December 9, 2005, 5:54 pm
On 9 Dec 2005 14:24:52 -0800, raggmopp@comcast.net wrote:
> What I am wanting to do
> is be able to connect to my PC at home while I am at work or somebody's
> home.
>
> I am running Linux (2.6 kernel) on my server. Any ideas on how to do
> this?
Set sshd to start on boot. Start the sshd daemon.
I assume you will set the firewall is set to allow incomming ssh and
have strong passwords for *all* accounts.
then you should be able to do a
ssh raggmopp@c-xx-xx-xx-xx@comcast.net
For extra points
man ssh
man sshd
|