SSH client example

Luc Evers lucevers@REDACTED
Thu Jan 14 12:24:10 CET 2010


   I'm looking for a working Erlang example:  'SSH request to a server
(Linux) en starts a shell command' .
   Found one example:
http://easyerl.blogspot.com/2007/11/experimenting-with-erlang-ssh-support.htmlbut
this is not working.
  I got a question from the system to connect [y/n] , than the console
blocked.

   Before starting the SSH client I needed to start:

  crypto:start().
  ssh:start().


  Has somebody experience with the SSH modules?


  Luc.


More information about the erlang-questions mailing list