> Is there more ways than ssh:start/0 to start ssh? Start the ssh application? 1> application:start(crypto). ok 2> application:start(ssh). ok 3> ssh_sftp:start_channel("192.168.1.1", [{user, "foo"}, {password, "bar"}]). ... -- Samuel