Questions tagged [libssh2]

A client-side library that implements the SSH2 protocol.

A client-side library that implements the SSH2 protocol.

More information here.

292 questions
-1
votes
1 answer

Trying to build conf for sshlib2 and get error

The error I got: root@ubuntu:/home/user/Desktop/libssh2-1.4.3# ./buildconf ./buildconf: 15: ./buildconf: aclocal: not found ./buildconf: 16: ./buildconf: autoheader: not found ./buildconf: 21: ./buildconf: autoconf: not found ./buildconf: 22:…
-1
votes
1 answer

Regarding moving my application from libssh to libssh2

I have few doubts/issues in moving my applications from 'libssh-0.4' to 'libssh2-1.4.3'. I have searched and read documents related to libssh2, but was unable to find one which throws light on moving my applications. Basically i need libssh…
Kumar
  • 15
  • 3
-1
votes
2 answers

Can the SSH protocol be used as a secure generic data port?

I'm writing a client/server program which needs to create a secure network pipe between two machines, identifying them both using certificates. The SSH protocol seems like a perfect match for this - its built-in security, support for authenticating…
configurator
  • 40,828
  • 14
  • 81
  • 115
-1
votes
2 answers

php_ssh2.dll and PHP 5.5.4 on IIS 7.5

I am trying to get php_ssh2.dll working on my IIS 7.5 server. I have PHP 5.5.4 installed and running (NTS VC11 x64). I downloaded php_ssh2.dll from here: http://windows.php.net/downloads/pecl/releases/ssh2/0.12/php_ssh2-0.12-5.5-nts-vc11-x64.zip I…
David Legatt
  • 336
  • 4
  • 17
-1
votes
2 answers

Escaping quotes in a PHP script using ssh2_exec

I need some help with escaping the quotes in this script, I have code above and below, but it does not pertain to this because if I just issue a screen -d -m -S minecraft, it creates one fine. Any help would be amazing because i've been trying for…
Jeremy Sayers
  • 637
  • 4
  • 10
  • 23
-2
votes
1 answer

Php ssh - Error starting up SSH connection(-1)

I want to connect to another server by ssh using PHP but i get error as below .i looked for it very much but couldn't find any suitable solution for me. Warning: ssh2_connect(): Error starting up SSH connection(-1): Failed sending banner in ... …
OnlyMAJ
  • 819
  • 8
  • 21
-2
votes
1 answer

What is char buffer[0x4000] doing?

The libssh2.org example: http://www.libssh2.org/examples/ssh2_exec.html has the line: char buffer[0x4000]; What is this line doing?
newtreen
  • 1
  • 1
1 2 3
19
20