[NBLUG/talk] the debian way
Chris Palmer
chris at eff.org
Thu Feb 2 16:32:43 PST 2006
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Walter Hansen wrote:
> Likely causes of not being able to ssh in to the box as user or root?
> Putty comes up and asks for username and then password, but gets no
> further. I can ssh to localhost from the box as both. Hmm.
Run a separate instance of sshd with debugging options turned on, and
try again.
Also, don't allow remote root logins. It's tacky. :)
> /var/log/secure
> doesn't seem to be there so I'm not sure what log file to look in for
> clues. I probably should read up on the debian way.
Logging is controlled by /etc/syslog.conf (on all Linuxes, not just
Debian). You can see there that log facilities auth and authpriv.* are
logged to /var/log/auth.log. You could also have discovered this by doing:
# cd /var/log
# grep -il ssh *
> Also can someone tel me what happended to ll?
Different distributions have different shell configurations. ll was
never its own program, it is a shell alias created in one of the shell
configuration files. Do this:
$ alias ll="ls -Altrh"
Or whatever you like. You can put that command in your ~/.bashrc as well.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFD4qSrsobNj2jkCc0RAuq+AKDKzWRdmpH6xdIBXFNK4ERHnWr5UgCfefDj
WBGf1jnk80hV3VSW6oPmHac=
=L+hm
-----END PGP SIGNATURE-----
More information about the talk
mailing list