On Wed, 2003-02-26 at 11:02, Matt Miller wrote:
> You could combine the output of both to get the most complete picture.
>
> Start sshd on the server you wish to connect to:
> hosta: # sshd -ddd &> foo.server
> Then run ssh from the other host:
> hostb: # ssh -vvv &> foo.client
Or even better:
Start sshd on the server you wish to connect to:
hosta: # sshd -ddd &> foo.server
Then run ssh from the other host:
hostb: # ssh -vvv hosta &> foo.client
--Matt Miller Systems Administrator MP TotalCare gpg public key id: 08BC7B06
-- The tree of liberty must be refreshed from time to time, with the blood of patriots and tyrants. -- Jefferson
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 15:50:29 EDT