[lug] .shosts and ssh

Sean Reifschneider jafo at tummy.com
Tue Nov 7 09:36:37 MST 2000


On Tue, Nov 07, 2000 at 08:34:01AM -0700, cool at eklektix.com wrote:
>In addition to the other excellent suggestions already given, I
>find that using "ssh -v" while debugging an ssh connection will 
>help tremendously.  It will help you determine exactly what the
>problem is, if something isn't working.

The other thing I've had to do in the past is run the ssh daemon in
debugging mode on a different port:

	On server: sshd -d -p1234
	On client: ssh -v -p1234 server

Sometimes the server will tell you things that the client won't (like
permission problems on various files).

Sean
-- 
 Hack the government.
 VOTE!  November 7, 2000
Sean Reifschneider, Inimitably Superfluous <jafo at tummy.com>
tummy.com - Linux Consulting since 1995. Qmail, KRUD, Firewalls, Python




More information about the LUG mailing list