09-22-07 06:17 AM
On Sep 8, 11:18 am, f...@huecker.com (Dr. Franz-Josef Huecker) wrote:
> On Fri, 7 Sep 2007 00:14:31 +0000 (UTC), Kai-Martin Knaak
>
> <k...@lilalaser.de> wrote:
>
> Hi Kai-Martin
>
> Thanks for fast response. In the meantime I've de-installed Telnet and
> installed SSH - and now it works properly. :-)
You should NEVER have telnetd running on you machine. You could have
telnet-client, but should never run the telnet service on you
computer. Why? It's an old protocoll that sends your password in
clear text for anyone on passing nets to see.
SSH is the tool to use. It crypts all transfer, and check that noone
messes with your transfer or sniff out your security. Like man in the
middle threat etc. All that is handled by SSH
To be able to login with ssh, you need a sshd-daemon running, handling
the SSH-service for you.
[vbcol=seagreen]
> I set time, timezone with Gnome and UTC=no. "next time" is debian
> restart. And I don't know, where and how how I can fix the clock.
Have you set the time zone right?
What do you have in the file '/etc/timezone'?
Try to run 'sudo dpkg-reconfigure tzdata' to set your timezone
propperly.
Then install ntpdate and ntpd packages and you will never need to set
clock as long as you have internet connection
> Franz-Josef
Good luck.
[ Post a follow-up to this message ]
|