2017 © Pedro Peláez
 

library sshpubkey-validator

Validate ssh-rsa key for valid openssh format.

image

montross50/sshpubkey-validator

Validate ssh-rsa key for valid openssh format.

  • Monday, June 4, 2018
  • by montross50
  • Repository
  • 1 Watchers
  • 0 Stars
  • 340 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

SSHPubKeyValidator

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

This package serves to take in an ssh-rsa key and validate whether the key is in a valid format. I'm sure there is a better way to do this but I couldn't find anything better in pure php., (*2)

Install

Via Composer, (*3)

``` bash $ composer require montross50/sshpubkey-validator, (*4)


## Usage ``` php $validator = new montross50\SSHPubKeyValidator(); $key = "ssh-rsa ......."; if($validator->validateKey($key)){ //key is valid } else{ //key is invalid }

Change log

Please see CHANGELOG for more information on what has changed recently., (*5)

Testing

bash $ composer test, (*6)

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*7)

Security

If you discover any security related issues, please email sch43228@gmail.com instead of using the issue tracker., (*8)

Credits

License

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

The Versions

04/06 2018

dev-master

9999999-dev https://github.com/montross50/sshpubkey-validator

Validate ssh-rsa key for valid openssh format.

  Sources   Download

MIT

The Requires

 

The Development Requires

montross50 sshpubkeyvalidator sshpubkey-validator

04/06 2018

1.0.0

1.0.0.0 https://github.com/montross50/sshpubkey-validator

Validate ssh-rsa key for valid openssh format.

  Sources   Download

MIT

The Requires

 

The Development Requires

montross50 sshpubkeyvalidator sshpubkey-validator