A client-side library that implements the SSH2 protocol.

learn more… | top users | synonyms

0
votes
2answers
32 views

I get no results from ssh2_exec() with a mysql command

I got a problem. My PHP script abort if i run an mysql command: ssh2_exec($session, 'mysql -sse "SELECT COUNT(*) FROM table"'); With putty is the command no problem. Any other commands like 'll ...
0
votes
0answers
16 views

SSH2 PECL / phpseclib firewall blocking getaddrinfo fail

I have a PHP based SFTP application I created and it has been working great. Now I have to put it on a server that has a firewall. I get this error: Message: ssh2_connect(): ...
0
votes
0answers
16 views

Problems compiling libssh2 with mingw

I'm new to compiling linux stuff so I'm going to need a little guidance here. I followed these steps http://kemovitra.blogspot.com/2012/09/how-to-compile-libssh2-for-windows-with.html And it ...
-1
votes
0answers
41 views

Compiled PHP 5.6.0 and now ssh2 won't retrieve file list [closed]

So quite a strange bug, and I'm curious if anyone have any ideas. Basically I compiled PHP 5.6.0 with libssh support, then compiled the pear ssh2-0.12 module for the ssh2_connect() functionality etc.. ...
3
votes
1answer
64 views

ssh2_exec not executing simple command

I'm having a nightmare of a problem with ssh_exec() refusing to execute a command in Windows. Here is my code : <?php $connection = ssh2_connect('localhost', 22); ...
0
votes
1answer
113 views

Having error when using ssh2_connect() undefined function php 5.4.3 on windows 7 64bit [closed]

i'm using wampserver 2.2 apache 2.2.22 php 5.4.3 mysql 5.5.24, I've installed php_ssh2.dll extension for php 5.4 and i added it in php.ini as extension=php_ssh2.dll then restarted all services. I ...
2
votes
1answer
49 views

Eclipse cvs not working, showing org.eclipse.team.internal.ccvs.ssh2 …Connection Timeout

I have a issue downloading a CVS repository using extssh, i have tried number of times installing different versions of eclipse, still the same '..Connection Timeout' issue exists. But i can download ...
1
vote
0answers
133 views

Perl, Net::SSH2, how to read a whole data from ssh?

I need to read program output using Net::SSH2. My problem is some of that data hided under the bottom of program output. In ssh-mode I need to enter "Return" on my keyboard to look up next. This is ...
4
votes
1answer
116 views

PHP - SSH2 SFTP Downloads With Progress

I feel this deserves a question as StackOverflow doesn't seem to have enough on the subject. I want to SFTP, using PHP with a Progress Bar I love progress bars. However, this time I want to do ...
0
votes
0answers
44 views

libssh2 i386 static build on mac os

I'm trying to build libssh2 i386 statically on mac os this thread didn't help me I do it like export CFLAGS=-m32 export CPPFLAGS=-m32 ./Configure --host=i386-apple-darwin ...
0
votes
0answers
20 views

How does mindterm work for both publicKey and password auth on SSH2 connection?

I have both publicKey and password auth on the device SSH2 connection, so I try to connect the device with mindterm, but don't make it. Here is my code: SSH2TerminalWindow terminal = new ...
1
vote
0answers
68 views

How does the Net::SSH2 module know the other side of the connection is finished sending data?

I've been using the SSH2 module for a while and have found it to work quite well. The part I always find difficult is telling when the returned data has complete. For example, this piece of code I ...
0
votes
1answer
65 views

How to get socket to be non-blocking [duplicate]

I am working on writing a simple Redis client application in Objective-C. In order to communicate with Redis on my server I need to SSH into the server and then open a TCP socket to send data back and ...
2
votes
1answer
28 views

what does callbacks option in ssh2 stream wrapper do?

http://www.php.net/manual/en/wrappers.ssh2.php One of the context options is callbacks but it doesn't have a description next to it. In fact it's the only context option that doesn't have a ...
0
votes
0answers
123 views

QTcpSocket, libssh2 and libssh2_channel_open_session

Background: I am trying to write a class that provides cross-platform, asynchronous SSH & SCP functionality with a remote host using Qt's signal /slot interface. (Releasing open-source once I'm ...
0
votes
2answers
22 views

How much does a program that has to talk to arbitrary servers need SSH v1 support?

I'm starting a new project, a cross-platform C++ program that will need to connect to servers of the user's choice using SSH code built into the program. I'm trying to decide between libssh and ...
0
votes
2answers
353 views

PHP Install SSH2 on Windows machine

I am trying to install this on a Windows+Apache machine. Documentation says that SSH2 requires the OpenSSL and libssh2 libraries. I have added this lines in my php.ini file: extension=php_openssl.dll ...
1
vote
0answers
72 views

Is any limit for transaction by sftp and how to configure it?

I`ve used a wrappers for sftp connection ssh2.sftp. Transmission speed is become very slow after few transactions, when we used one session handle for all transactions. But transmission speed is OK ...
0
votes
0answers
149 views

Neither libtoolize nor glibtoolize could be found

I'm trying to compile a .cpp file but I must install libssh2. I have downloaded the package from libssh2.org and when I enter: ./buildconf I'm getting: Neither libtoolize nor glibtoolize could be ...
1
vote
1answer
68 views

libssh2 public key authentication only requiring passphrase if key request is accepted

I'm using libssh2 to make a networking program more secure. I'd like my program to authenticate in as similar way to the OpenSSH client ssh(1) as possible. The OpenSSH client will only ask for ...
0
votes
0answers
69 views

PHP SSH2 Connectivity using Public Paired key

I am trying to connect to SFTP server Using PHP SSH2 PECL v0.12(beta). The SFTP server require paired key + Username&Password to authenticate session. I created paired key from my local PC using ...
2
votes
2answers
80 views

stream_context_set_params not works with ssh2.sftp wrapper

I want to use functionality like here. Please check the code bellow function notify ( $notification_code, $severity, $message, $message_code, $bytes_transferred, $bytes_max ) ...
1
vote
0answers
32 views

The recommended way of reading data in a multi-channel application

What is the recommended way of using libssh2 to implement the “read data from whichever channel has it first” primitive? E.g. I have a simple two-tab terminal program, where each tab corresponds to a ...
0
votes
1answer
108 views

PHP ssh2_exec stream hanging

I've been trying to get ssh2_exec to run and return the response from the remote host, but cannot figure out the proper way to do this. I thew this function together based on what others have ...
0
votes
2answers
90 views

creating python script which use libssh2 to access remote servers

creating python script which use libssh2 to access remote servers- I want to make python script that accesses a remote server which further access another server in the same session.This should return ...
0
votes
3answers
862 views

Install libssh2-php on PHP 5.4.9 (x64)

I have a problem with the update on php 5.4.9 (i install it with the ppa "ppa:ondrej/php5") Now i have the problem that i can't install libssh2-php (which is required on my project) I found some ...
0
votes
2answers
253 views

PHP + SSH How can I fix: “Error: ssh2_connect(): Error starting up SSH connection(-4): Invalid MAC received?”

Working on a project that was built using ssh2_connect to download files from a server. The production server the project is running on works, but getting ssh2_connect to work on my Mac running OSX ...
0
votes
1answer
135 views

How to send a file using scp using python 3.2?

I'm trying to send a group of files to a remote server through no-ack's python byndings for libssh2, but I am totally lost regarding the library usage due to the lack of documentation. I've tried ...
0
votes
0answers
72 views

How can i parse ini file using SSH2 in php

I need to parse ini file that is in remote server. How can i parse it using SSH2 library in php without using scp. Following is my code that did not parse remote ini file. $ssh1= new ssh($ssh_host, ...
2
votes
1answer
148 views

sudo with libssh2

<?php $ssh = ssh2_connect('domain.tld'); ssh2_auth_password($ssh, 'username', 'password'); $shell = ssh2_shell($ssh); echo fread($shell, 1024*1024); fwrite($shell, "sudo ls -la\n"); $output = ...
0
votes
0answers
108 views

supplied resource is not a valid SSH2 SFTP resource

<?php $ssh = ssh2_connect('domain.tld'); ssh2_auth_password($ssh, 'username', 'password'); $start = microtime(true); $sftp = fopen('ssh2.sftp://'.$ssh.'/home/username/1mb', 'w'); fwrite($sftp, ...
2
votes
1answer
430 views

phpseclib or ssh2 pecl extension

My post from yesterday: phpseclib sftp port number Ok, so yesterday I started learning about SSH / SFTP with php. I searched a bunch of forum posts and surmised that i needed to download the ...
0
votes
2answers
80 views

Escaping Quotes on sed command through ssh2_exec in php [closed]

I'm trying to use the following command in php to send to my server: ssh2_exec($con, 'sed -i \'s/max-players=4/max-players=8/g\' ' . $filedir . '\'/server.properties') But it just doesn't do ...
0
votes
2answers
139 views

Properly escaping SSH command in PHP

I have an SSH command that I'd like to execute with libssh2 in PHP: sh -c ' rm -f /tmp/command.log sleep 3 & screen -p 0 -X stuff "\ script -a -c \"ls -l\" /tmp/command.log; kill -USR1 $! " ...
1
vote
1answer
175 views

PHP SSH terminal inside Screen session

I'm trying to use libssh2 to send commands to connect to a Screen session on a CentOS box, (1) grab everything that's on the current page and then (2) allow the user to execute commands and grab the ...
1
vote
1answer
50 views

Performance problems reading lots of small files using libssh2

I am trying to read lots of small files using libssh2. I am currently using libssh2_scp_recv/libssh2_channel_read and I have also tried libssh2_sftp_open/libssh2_sftp_read. With large files, I am ...
5
votes
1answer
296 views

Java Ganymed Trlead Orion ssh session timeout

I am using the SSH Ganymed library alias Trilead alias Orion. I am trying to understand the exact behaviour of the session as I would need to keep an ssh connection opened for a long time (maybe for ...
0
votes
1answer
256 views

PHP ssh2_exec, executing multiple commands at once

I'm using ssh2_exec to execute a few commands from PHP on my CentOS servers, and I have used it many times, but today, when I tried making it do 4 or 5 commands at once with &&, it did not ...
-3
votes
1answer
94 views

Drop MySQL User & Database with SSH2 [closed]

I am finishing up a server deployment/management module for our billing system that will allow us to easily create/terminate MySQL Databases. My boss hired someone else to write the create script a ...
0
votes
1answer
255 views

PHP ssh2_auth_pubkey_file not working with encrypted private key

I am using ssh2 in PHP, as follows: $connection = ssh2_connect($host, $port); ssh2_auth_pubkey_file($connection, $username, $pubKey, $privKey, $passphrase); This results in the error message: ...
0
votes
0answers
85 views

PHP ssh2_scp_recv 2 different Server or User

hey i tried to send a file from one server to a other all cool as long one of the server has php. and i copy it into a directory where www-data has writing privilegs. but now i need to upgrade the ...
0
votes
1answer
106 views

libssh2 remote ncurses application

I'm in the initial stages of designing an app that will connect to a remote server via ssh using the libssh2 library. One of the features I would like to have is the ability to be able to interact ...
3
votes
1answer
184 views

SSH Keyboard Interactive authentication

I currently try to extend an libssh2 Wrapper in Objective-C. I'm trying to implement the libssh2_userauth_keyboard_interactive method. My problem is the response callback. I found this ...
0
votes
1answer
82 views

SSH Authentication issue [closed]

I have a general question about SSH. When using a unix shell, I can easily connect to a SSH Server using my normal password. So I assume it's "Authentication by password". But when I use any other ...
0
votes
0answers
118 views

ssh2_connect don't work via webserver

local test pc: windows 7, XAMPP, ssh2 is enabled and listed in phpinfo() 2 lines of code $SSH_CONNECTION= ssh2_connect($server); echo ssh2_auth_password($SSH_CONNECTION, $user, $pwd); ...
0
votes
1answer
81 views

libssh2, check if a session still active or if is disconnected

I am using the libssh2 lib and I want to know if there is any way to know if a session still active or if is disconnected.
0
votes
1answer
133 views

Libssh2, building library with xcode

I'm using this project to attempt to use the libssh2 library with iOS. The readme does not explain much, however, and I could use some help building the library. I opened up the example project in ...
0
votes
2answers
173 views

Getting Process ID of started process using SSH2 - phpseclib

I am using phpseclib, Net_SSH2. I need to get the process ID of the server/process that is started by this command. echo $ssh->exec('java -Xmx256M -Xms32M -jar minecraft_server.jar nogui'); ...
1
vote
3answers
3k views

php refusing to find ssh2_connect() function

Operating System used Windows 7 - V 6.1 Apache installed httpd-2.2.22-win32-x86-no_ssl.msi My httpd.conf AddType application/x-httpd-php .php LoadModule php5_module "X:/Program ...
0
votes
1answer
103 views

libssh2_scp_recv is not populating struct stat

I can successfully send files from one end to another using libssh2_scp_send(). When I try to receive files using libssh2_scp_recv(), though, it does not fill the struct stat parameter with data. The ...

1 2