Hi all,
Is there an SSH server in Squeak. I posted to the Seaside mailing list and was pointed here. Thanks ... Deech _______________________________________________ Cryptography mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/cryptography |
Hi Deech, Sorry I missed your email here too. I believe that Rob did write an SSH server
and/or client but I haven’t had time to review it and use it yet.
It’s in the cryptograpy package available on SqueakSource. http://www.squeaksource.com/Cryptography.html Let us know how it works for you. Thanks, Ron Teitelbaum Squeak Cryptography Team Leader From:
[hidden email]
[mailto:[hidden email]] On Behalf Of aditya siram Hi all, _______________________________________________ Cryptography mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/cryptography |
Hi Deech, I don’t have time to look at it
right now, but I may be able to look at it this weekend. From a look at your
screen shot it looks like the Deffie Hellman key exchange didn’t work,
the key is nil. Maybe you should try to use the ssh2 setting on putty? There may
be some settings that limit which protocols it will support too, look for DH. Please let me know if you solve the
problem. Good luck, Ron From: aditya siram
[mailto:[hidden email]] Hi Ron, Thanks for taking the time. I loaded the Cryptography package from
Squeaksource but there weren't any SSH classes. So I manually loaded the
SSH-rww1 ... SSH-rrw-12 mcz's that were listed on the website. I was then able to start the server with: ssh := SSHServer new. ssh startOnPort: 8085. However when I try to connect to this port from putty I get the error
shown in the screenshot. Deech On Thu, May 8, 2008 at 3:49 PM, Ron Teitelbaum <[hidden email]> wrote: Hi Deech, Sorry I missed your email here too. I believe that Rob did write an SSH server and/or client but
I haven't had time to review it and use it yet. It's in the cryptograpy
package available on SqueakSource. http://www.squeaksource.com/Cryptography.html Let us know how it works for you. Thanks, Ron Teitelbaum Squeak Cryptography Team Leader From: [hidden email]
[mailto:[hidden email]] On Behalf Of aditya siram Hi all,
_______________________________________________ Cryptography mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/cryptography |
Free forum by Nabble | Edit this page |