Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'they are compatible' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
they are compatible
Authored by: see on Jan 25, '02 09:48:24AM

openssh and commercial ssh are compatible, you probably just used wrong protocol when trying to communicate. either server uses protocol 2 and client 1 or viceversa.
just try "/usr/bin/ssh -1 user@box" and "/usr/bin/ssh -2 user@box" to see if thats the problem, you can edit /etc/ssh_config on line "# Protocol 2,1" and take away the # and choose order in protocols tested...otherwise it only tests version 1 i think...
hope this solved the problem
/see



[ Reply to This | # ]