WPCliSSHAuthentication
SSH credentials for running a WP-CLI command.
type WPCliSSHAuthentication {
host: String!
passphrase: String!
port: String!
privateKey: String!
username: String!
}
Fields
WPCliSSHAuthentication.host ● String! non-null scalar common
The SSH host.
WPCliSSHAuthentication.passphrase ● String! non-null scalar common
The passphrase for the private key.
WPCliSSHAuthentication.port ● String! non-null scalar common
The SSH port.
WPCliSSHAuthentication.privateKey ● String! non-null scalar common
The private key used for authentication.
WPCliSSHAuthentication.username ● String! non-null scalar common
The SSH username.