TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:8715] Problems with sshd



Thank you, Mark. Your help is greatly appreciated. I will report success
of failure sometime tomorrow.

Troy

Mark Dalton wrote:
> I will test this out.. I have not setup with out using the config file.
> I would recommend leaving the sshd_config, versus making it a empty file.
> (I would guess this is the problem).
>    (or sometimes people play with the paths like /etc/ssh/*)
> To install the ssh_host_key you can simply use:
>         ssh-keygen -b 1024 -f /etc/ssh_host_key -N ''
> Here is what default is:
> Port 22
> ListenAddress 0.0.0.0
> HostKey /etc/ssh_host_key
> RandomSeed /etc/ssh_random_seed
> ServerKeyBits 768
> LoginGraceTime 600
> KeyRegenerationInterval 3600
> PermitRootLogin yes
> IgnoreRhosts no
> StrictModes yes
> QuietMode no
> X11Forwarding yes
> X11DisplayOffset 10
> FascistLogging no
> PrintMotd yes
> KeepAlive yes
> SyslogFacility DAEMON
> RhostsAuthentication no
> RhostsRSAAuthentication yes
> RSAAuthentication yes
> PasswordAuthentication yes
> PermitEmptyPasswords yes
> UseLogin no