2017 © Pedro Peláez
 

library php-ssh

Ssh WWrapper around PhpSecLib

image

zoomyboy/php-ssh

Ssh WWrapper around PhpSecLib

  • Thursday, June 14, 2018
  • by zoomyboy
  • Repository
  • 1 Watchers
  • 1 Stars
  • 38 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 14 Versions
  • 6 % Grown

The README.md

PHP SSH Wrapper around pphseclib for Laravel

Check login

You can check if ssh credentials are valid - either with Password authentication or with PubKe authentication, (*1)

use Zoomyboy\PhpSsh\Client;, (*2)

$sshValid = Client::auth($host, $user) ->withPassword($password) ->check(); $sshValid = Client::auth($host, $user) ->withKeyFile($keyFile) ->check();, (*3)

The Key file has to be an absolute path to your private key filelogin., (*4)

If you really want to connect, you can use the connect method: $sshValid = Client::auth($host, $user) ->withKeyFile($keyFile) ->connect();, (*5)

The Versions

14/06 2018

dev-master

9999999-dev

Ssh WWrapper around PhpSecLib

  Sources   Download

The Requires

 

The Development Requires

by Avatar zoomyboy

12/07 2017

1.0.13

1.0.13.0

Ssh WWrapper around PhpSecLib

  Sources   Download

The Requires

 

The Development Requires

by Avatar zoomyboy

10/07 2017

1.0.12

1.0.12.0

Ssh WWrapper around PhpSecLib

  Sources   Download

The Requires

 

The Development Requires

by Avatar zoomyboy

07/07 2017

1.0.11

1.0.11.0

Ssh WWrapper around PhpSecLib

  Sources   Download

The Requires

 

The Development Requires

by Avatar zoomyboy

15/06 2017

1.0.10

1.0.10.0

Ssh WWrapper around PhpSecLib

  Sources   Download

The Requires

 

The Development Requires

by Avatar zoomyboy

10/06 2017

1.0.8

1.0.8.0

Ssh WWrapper around PhpSecLib

  Sources   Download

The Requires

 

The Development Requires

by Avatar zoomyboy

24/05 2017

1.0.7

1.0.7.0

Ssh WWrapper around PhpSecLib

  Sources   Download

The Requires

 

The Development Requires

by Avatar zoomyboy

23/05 2017

1.0.6

1.0.6.0

Ssh WWrapper around PhpSecLib

  Sources   Download

The Requires

 

The Development Requires

by Avatar zoomyboy

07/04 2017

1.0.5

1.0.5.0

Ssh WWrapper around PhpSecLib

  Sources   Download

The Requires

 

The Development Requires

by Avatar zoomyboy

28/03 2017

1.0.4

1.0.4.0

Ssh WWrapper around PhpSecLib

  Sources   Download

The Requires

 

The Development Requires

by Avatar zoomyboy

19/03 2017

1.0.3

1.0.3.0

Ssh WWrapper around PhpSecLib

  Sources   Download

The Requires

 

The Development Requires

by Avatar zoomyboy

18/03 2017

1.0.2

1.0.2.0

Ssh WWrapper around PhpSecLib

  Sources   Download

The Requires

 

The Development Requires

by Avatar zoomyboy

18/03 2017

1.0.1

1.0.1.0

Ssh WWrapper around PhpSecLib

  Sources   Download

The Requires

 

The Development Requires

by Avatar zoomyboy

18/03 2017

1.0.0

1.0.0.0

Ssh WWrapper around PhpSecLib

  Sources   Download

The Requires

 

The Development Requires

by Avatar zoomyboy