Download the PHP package r3n0e0/ssh-config without Composer
On this page you can find all versions of the php package r3n0e0/ssh-config. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package ssh-config
SSH-CONFIG
A ssh config parser in PHP
Example
Result:
array(2) {
[0] =>
array(2) {
'Host' =>
string(5) "hello"
'Config' =>
array(4) {
'HostName' =>
string(11) "example.com"
'User' =>
string(3) "wow"
'Port' =>
string(2) "22"
'IdentityFile' =>
string(19) "~/.ssh/id_rsa_hello"
}
}
[1] =>
array(2) {
'Host' =>
string(1) "*"
'Config' =>
array(3) {
'PasswordAuthentication' =>
string(2) "no"
'ChallengeResponseAuthentication' =>
string(2) "no"
'HashKnownHosts' =>
string(3) "yes"
}
}
}
License
MIT
All versions of ssh-config with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package r3n0e0/ssh-config contains the following files
Loading the files please wait ....