2007/8/17, Howard Stearns <[hidden email]>:
> Is there a Squeak implementation of the three SSH protocol layers?
>
> I'd like to plug these in under Ian's Telnet client to make an ssh client.
We have an SSL implementation but no SSH implementation. However, I
am willing to develop it. I have spent the past several days reading
and rereading the RFCs. Using a similar architecture of SSL, I can
implement the ssh-trans specification. Once I am done with it I will
need some help in testing it. I don't have a running impl of sshd
and I would need access to one to make sure all the bits are right.
After that, I can help you implement ssh-userauth and ssh-connect.
Sound like a plan?
Rob
On Aug 17, 2007, at 7:13 AM, Howard Stearns wrote:
> Is there a Squeak implementation of the three SSH protocol layers?
>
> I'd like to plug these in under Ian's Telnet client to make an ssh
> client.
>
> ["How naive!," no doubt...]
>
> -H
>