UnderScore
01-18-2001, 04:43 PM
How do we know/prove that ssh is working and encrypting our sessions? I am learning i think I got ssh working on my Win2K box with puTTY - Win32 client (http://www.chiark.greenend.org.uk/~sgtatham/putty/) , my RH7 box and I think I even got it working on my Computer Science account (Solaris 8). How do I figure out that they are working and not transmitting my information plaintext? Packet sniff?
Any Ideas?
I am used to the notion that you can test things to prove that they work. I guess you could blame this on being thorough and scientific.
ex: In C++ I want something to happen exactly 4 times.
<stupid example>
for( int i = 0; i < 4; i++)
{
cout << i << endl;
}
</stupid example>
Are there and proofs/tests/applications to show that ssh is working? anything along the same lines as the "Locked Lock" icon o netscape when we visit a SSL enabled page?
------------------
UnderScore
_
Any Ideas?
I am used to the notion that you can test things to prove that they work. I guess you could blame this on being thorough and scientific.
ex: In C++ I want something to happen exactly 4 times.
<stupid example>
for( int i = 0; i < 4; i++)
{
cout << i << endl;
}
</stupid example>
Are there and proofs/tests/applications to show that ssh is working? anything along the same lines as the "Locked Lock" icon o netscape when we visit a SSL enabled page?
------------------
UnderScore
_