0

I'm looking for some SSH Library for a Blackberry Application, because I'm developing with Momentics IDE and I need to launch a command to SSH Server. Googling I found nothing and here as well.

Someone has an idea?

I'm talking about a QML/C++ Application.

Richard
  • 8,920
  • 2
  • 18
  • 24
keyro90
  • 11

1 Answers1

1

Have you looked at the SSL documentation on the developer web site?

Richard
  • 8,920
  • 2
  • 18
  • 24
  • Also according to the following link ssh is supposed to be available as a command. It isn't available in the simulator I have, which is all I can get at until I get home: https://developer.blackberry.com/native/reference/core/com.qnx.doc.neutrino.utilities/topic/s/ssh.html – Richard Nov 03 '14 at 18:39
  • Thank you again. So, I could try to use a system() call to ssh too! – keyro90 Nov 08 '14 at 21:23