메소드 |
설명 |
|
configFile ( string $file = '~/.ssh/config' ) : Deployer\Builder\BuilderInterface |
If you use an ssh config file you can user it. |
|
forwardAgent ( ) : Deployer\Builder\BuilderInterface |
Using forward agent to authentication |
|
identityFile ( string $publicKeyFile = '~/.ssh/id_rsa.pub', string $privateKeyFile = '~/.ssh/id_rsa', string $passPhrase = '' ) : Deployer\Builder\BuilderInterface |
Authenticate with public key |
|
password ( string | null | Deployer\Server\Password\PasswordGetterInterface $password = null ) : Deployer\Builder\BuilderInterface |
Set password for connection |
|
pemFile ( string $pemFile ) : Deployer\Builder\BuilderInterface |
|
|
set ( string $name, array | integer | string $value ) : Deployer\Builder\BuilderInterface |
Set server configuration. |
|
stage ( string | array $stages ) : Deployer\Builder\BuilderInterface |
|
|
user ( string $name ) : Deployer\Builder\BuilderInterface |
Define user name for authentication. |
|