@Raziel
Ssh2-handler is an SFTP (SSH File Transfer Protocol) client and should be able to connect to any SSHv2 server, although I have so far only tested connecting to the Ubuntu PCs on my local network.
In order to do this I use the
libssh2 library, which could be used for implementing other SSH protocol things as long as they are limited to the client side (for server side stuff a port of
libssh might be useful and is something I intend to look into at some point).
Another thing I've been thinking of making with libssh2 is an SSH client with builtin terminal emulation (I got the idea from a thread on
aros-exec.org) so that you don't have to deal with the compatibility problems that you get when using ssh from an AmigaOS shell.