defstudio/ssh-client

A Laravel SSH2 wrapper

Fund package maintenance!
defstudio

v0.0.7 2022-02-11 10:08 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Ssh is a lightweight ssh client for laravel

Installation

You can install the package via composer:

composer require defstudio/ssh-client

Usage

Ssh::host("192.168.1.99")
->port(22)
->username('foo')
->key('rsa:sfsnsdfknsfdi....')
->execute('reboot');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.