Page 1 of 1

SSH Client for Moi Pro

PostPosted: Sun Oct 29, 2017 11:08 am
by satDreamer
Hello. I would like to use ssh client on the moi pro in order to be able to ssh into another linux system on the network. Unfortunately, the moi pro doesn't have an ssh client. Does anyone know how to crosscompile ssh client for the moi pro?

I would appreciate any help.

Regards

Re: SSH Client for Moi Pro

PostPosted: Mon Oct 30, 2017 11:35 am
by xiaocao
hi ,

dhclient has installed in moi pro ,you can use command like " dbclient -p 22 zdl@192.168.8.31 " to test .


[root@MOIPro /etc/systemd/system]# dbclient -p 22 zdl@192.168.8.31
Host '192.168.8.31' is not in the trusted hosts file.
(ecdsa-sha2-nistp256 fingerprint md5 96:0c:32:1f:7f:6c:76:ff:6f:5a:58:79:a5:85:03:e0)
Do you want to continue connecting? (y/n) y
zdl@192.168.8.31's password:
Welcome to Ubuntu 16.04.2 LTS (GNU/Linux 4.8.3-040803-generic x86_64)

* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage

0 packages can be updated.
0 updates are security updates.

Last login: Wed Jan 4 11:24:02 2017


best regards!

Re: SSH Client for Moi Pro

PostPosted: Mon Oct 30, 2017 2:50 pm
by satDreamer
Hi "xiaocao". That is exactly what I was looking for. I never realized the moi pro had a utility that functions like ssh. Thank you very much for your help. Many thanks!