From mint-bounce@lists.fishpool.fi Fri Mar 6 15:27:33 2009 Message-ID: <49B186BC.9090604@freesbee.fr> Date: Fri, 06 Mar 2009 21:25:32 +0100 From: =?ISO-8859-1?Q?Vincent_Rivi=E8re?= User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: mint@fishpool.com Subject: Re: [MiNT] OpenSSL 0.9.8j / OpenSSH 5.2p1 / ZLib 1.2.3 RPMs Available for testing.... References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: vincent.riviere@freesbee.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id n26KRXWi017426 Keith Scroggins wrote: > http://www.radix.net/~atari/mint/ > > openssh-5.2p1-1.m68kmint.rpm openssl-0.9.8j-1.m68kmint.rpm > openssh-5.2p1-1.src.rpm openssl-0.9.8j-1.src.rpm > openssh-clients-5.2p1-1.m68kmint.rpm openssl-devel-0.9.8j-1.m68kmint.rpm > openssh-server-5.2p1-1.m68kmint.rpm I've just tested theses packages with ARAnyM ans EasyMiNT. Updating the system using RPMs works is too easy ;-) rpm -U openssl-0.9.8j-1.m68kmint.rpm openssh-5.2p1-1.m68kmint.rpm openssh-clients-5.2p1-1.m68kmint.rpm openssh-server-5.2p1-1.m68kmint.rpm The SSH server just works. I have generated my server keys: ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key They I defined a password for the user root: passwd Then I ran the server from a TosWin console: /usr/sbin/sshd -D Then I ran PuTTY on Windows and I entered the IP address of the ARAnyM virtual host. I entered the login "root" and the password previously defined. And "voilà!" ! I'm in the MiNT bash shell from my Windows terminal window :-) I can even get a colorized directory listing by typing "ls -l --color=auto" :-) I guess I'll never use again the TosWin console. The ssh client works, too, but it is unusable. When connected to another host, I get the well known "stairs effect". CR is not inserted before LF as expected. The same occurs when using the ssh client from a PuTTY terminal window. So this problem is not related to the TosWin console. I noticed this problem often occurs with UNIX software compiled for MiNT. Some automatic translation may be missing somewhere. So except that bug, it works fine. Keith, thank you for your work :-) -- Vincent Rivière