[erlang-questions] crypto+ssh ?

Kenneth Lundin kenneth.lundin@REDACTED
Mon Dec 10 23:06:41 CET 2007


Hi,

The crypto application is dependent on OpenSSL which you need to
install yourself.

You can find pre-built versions of OpenSSL for Windows here:
http://www.openssl.org/related/binaries.html

/Kenneth Erlang/OTP team, Ericsson AB

On Dec 10, 2007 8:42 PM, Dominique de Waleffe <domi@REDACTED> wrote:
> Using the recent R12B,
> I am trying to use the ssh module to connect to a remote server.
>
> First, I seem to have a problem starting the crypto application on
> windows (XP or Vista)...
>
> 1> application:start(crypto).
> {error,{shutdown,{crypto_app,start,[normal,[]]}}}
>
> =INFO REPORT==== 10-Dec-2007::20:37:37 ===
>    application: crypto
>    exited: {shutdown,{crypto_app,start,[normal,[]]}}
>    type: temporary
> 2>
>
> What can cause this? What should I look at?
>
> Second, It is not clear from the manual what I have to do with the ssh
> stuff to go further than a connexion...
> I want to programmatically send command to a server I connect to and
> recover the output (both stderr and stdout).
> Are there any sample/tutorial on how to do this?
>
> Thanks for info.
>
> D.
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>



More information about the erlang-questions mailing list