Package hudson.plugins.sshslaves
Class Messages
java.lang.Object
hudson.plugins.sshslaves.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyKnownHostsFileHostKeyVerifier.ChangedKeyNotTrusted
:{0} [SSH] The SSH key presented by the remote host does not match the key saved in the Known Hosts file against this host. Connections to this host will be denied until the two keys match.
.static org.jvnet.localizer.Localizable
KeyKnownHostsFileHostKeyVerifier.DisplayName
:Known hosts file Verification Strategy
.static org.jvnet.localizer.Localizable
KeyKnownHostsFileHostKeyVerifier.KeyTrusted
:{0} [SSH] SSH host key matches key in Known Hosts file. Connection will be allowed.
.static org.jvnet.localizer.Localizable
KeyKnownHostsFileHostKeyVerifier.NewKeyNotTrusted
:{0} [SSH] WARNING: No entry currently exists in the Known Hosts file for this host. Connections will be denied until this new host and its associated key is added to the Known Hosts file.
.static org.jvnet.localizer.Localizable
KeyKnownHostsFileHostKeyVerifier.NoKnownHostsFile
:{0} [SSH] No Known Hosts file was found at {0}. Please ensure one is created at this path and that Jenkins can read it.
.static org.jvnet.localizer.Localizable
_KnownHostsFileHostKeyVerifier_SearchingFor
(Object arg0, Object arg1) KeyKnownHostsFileHostKeyVerifier.SearchingFor
:Searching for {0} in {1}
.static org.jvnet.localizer.Localizable
KeyManualKeyProvidedHostKeyVerifier.Base64EncodedKeyValueRequired
:The value part of the key should be a Base64 encoded value.
.static org.jvnet.localizer.Localizable
KeyManualKeyProvidedHostKeyVerifier.DisplayName
:Manually provided key Verification Strategy
.static org.jvnet.localizer.Localizable
KeyManualKeyProvidedHostKeyVerifier.KeyNotTrusted
:{0} [SSH] WARNING: The SSH key for this host does not match the key required in the connection configuration. Connections will be denied until the host key matches the configuration key.
.static org.jvnet.localizer.Localizable
KeyManualKeyProvidedHostKeyVerifier.KeyTrusted
:{0} [SSH] SSH host key matched the key required for this connection. Connection will be allowed.
.static org.jvnet.localizer.Localizable
KeyManualKeyProvidedHostKeyVerifier.KeyValueDoesNotParse
:Key value does not parse into a valid {0} key
.static org.jvnet.localizer.Localizable
KeyManualKeyProvidedHostKeyVerifier.TwoPartKey
:Key should be 2 parts: algorithm and Base 64 encoded key value.
.static org.jvnet.localizer.Localizable
KeyManualKeyProvidedHostKeyVerifier.UnknownKeyAlgorithm
:Key algorithm should be one of ssh-rsa or ssh-dss.
.static org.jvnet.localizer.Localizable
KeyManualTrustingHostKeyVerifier.DescriptorDisplayName
:Manually trusted key Verification Strategy
.static org.jvnet.localizer.Localizable
KeyManualTrustingHostKeyVerifier.KeyAutoTrusted
:{0} [SSH] The SSH key with fingerprint {1} has been automatically trusted for connections to this machine.
.static org.jvnet.localizer.Localizable
KeyManualTrustingHostKeyVerifier.KeyNotTrusted
:{0} [SSH] WARNING: The SSH key for this host is not currently trusted. Connections will be denied until this new key is authorised.
.static org.jvnet.localizer.Localizable
KeyManualTrustingHostKeyVerifier.KeyTrusted
:{0} [SSH] SSH host key matches key seen previously for this host. Connection will be allowed.
.static org.jvnet.localizer.Localizable
KeyMissingVerificationStrategyAdministrativeMonitor.DisplayName
:Missing Verification Strategy Monitor
.static org.jvnet.localizer.Localizable
KeyNonVerifyingHostKeyVerifier.DescriptorDisplayName
:Non verifying Verification Strategy
.static org.jvnet.localizer.Localizable
KeyNonVerifyingHostKeyVerifier.NoVerificationWarning
:{0} [SSH] WARNING: SSH Host Keys are not being verified. Man-in-the-middle attacks may be possible against this connection.
.static org.jvnet.localizer.Localizable
KeySSHConnector.LaunchTimeoutMustBeANumber
:The launch timeout must be a number.
.static org.jvnet.localizer.Localizable
KeySSHConnector.LaunchTimeoutMustBePositive
:The launch timeout must be a positive number.
.static org.jvnet.localizer.Localizable
KeySSHLauncher.AbortedDuringConnectionOpen
:Agent start aborted.
.static org.jvnet.localizer.Localizable
KeySSHLauncher.alreadyConnected
:The Agent is connected, disconnect it before to try to connect it again.
.static org.jvnet.localizer.Localizable
_SSHLauncher_AuthenticatingPublicKey
(Object arg0, Object arg1, Object arg2) KeySSHLauncher.AuthenticatingPublicKey
:{0} [SSH] Authenticating as {1} with {2}.
.static org.jvnet.localizer.Localizable
_SSHLauncher_AuthenticatingUserPass
(Object arg0, Object arg1, Object arg2) KeySSHLauncher.AuthenticatingUserPass
:{0} [SSH] Authenticating as {1}/{2}.
.static org.jvnet.localizer.Localizable
KeySSHLauncher.AuthenticationFailed
:{0} [SSH] Authentication failed.
.static org.jvnet.localizer.Localizable
KeySSHLauncher.AuthenticationFailedException
:Authentication failed.
.static org.jvnet.localizer.Localizable
KeySSHLauncher.AuthenticationSuccessful
:{0} [SSH] Authentication successful.
.static org.jvnet.localizer.Localizable
_SSHLauncher_CheckingDefaultJava
(Object arg0, Object arg1) KeySSHLauncher.CheckingDefaultJava
:{0} [SSH] Checking java version of {1}
.static org.jvnet.localizer.Localizable
KeySSHLauncher.ConnectionClosed
:{0} [SSH] Connection closed.
.static org.jvnet.localizer.Localizable
_SSHLauncher_CopiedXXXBytes
(Object arg0, Object arg1) KeySSHLauncher.CopiedXXXBytes
:{0} [SSH] Copied {1} bytes.
.static org.jvnet.localizer.Localizable
KeySSHLauncher.CopyingAgentJar
:{0} [SSH] Copying latest remoting.jar...
.static org.jvnet.localizer.Localizable
KeySSHLauncher.DescriptorDisplayName
:Launch agents via SSH
.static org.jvnet.localizer.Localizable
KeySSHLauncher.ErrorCopyingAgentJarInto
:Could not copy remoting.jar into ''{0}'' on agent
.static org.jvnet.localizer.Localizable
KeySSHLauncher.ErrorCopyingAgentJarTo
:Could not copy remoting.jar to ''{0}'' on agent
.static org.jvnet.localizer.Localizable
KeySSHLauncher.ErrorDeletingFile
:{0} [SSH] Error deleting file.
.static org.jvnet.localizer.Localizable
KeySSHLauncher.ErrorWhileClosingConnection
:Exception thrown while closing connection.
.static org.jvnet.localizer.Localizable
KeySSHLauncher.FailedToDetectEnvironment
:Failed to detect the environment for automatic JDK installation. Please report this to jenkinsci-users@googlegroups.com: {0}
.static org.jvnet.localizer.Localizable
KeySSHLauncher.HostNotSpecified
:The Host must be specified
.static org.jvnet.localizer.Localizable
KeySSHLauncher.JavaPathHasWhiteSpaces
:The Java PATH specified contains whitespaces, probably you need to use quotes around the path.
.static org.jvnet.localizer.Localizable
_SSHLauncher_JavaVersionResult
(Object arg0, Object arg1, Object arg2) KeySSHLauncher.JavaVersionResult
:{0} [SSH] {1} -version returned {2}.
.static org.jvnet.localizer.Localizable
KeySSHLauncher.launchCanceled
:The agent launch was canceled due an error
.static org.jvnet.localizer.Localizable
_SSHLauncher_LaunchCompletedDuration
(Object arg0, Object arg1, Object arg2) KeySSHLauncher.LaunchCompletedDuration
:SSH Launch of {0} on {1} completed in {2} ms
.static org.jvnet.localizer.Localizable
_SSHLauncher_LaunchFailed
(Object arg0, Object arg1) KeySSHLauncher.LaunchFailed
:SSH Launch of {0} on {1} failed
.static org.jvnet.localizer.Localizable
_SSHLauncher_LaunchFailedDuration
(Object arg0, Object arg1, Object arg2) KeySSHLauncher.LaunchFailedDuration
:SSH Launch of {0} on {1} failed in {2} ms
.static org.jvnet.localizer.Localizable
KeySSHLauncher.NoJavaFound
:Java version {0} was found but 1.7 or later is needed.
.static org.jvnet.localizer.Localizable
_SSHLauncher_NoJavaFound2
(Object arg0, Object arg1) KeySSHLauncher.NoJavaFound2
:Java version {0} was found but 1.{1} or later is needed.
.static org.jvnet.localizer.Localizable
_SSHLauncher_NoPrivateKey
(Object arg0, Object arg1) KeySSHLauncher.NoPrivateKey
:{0} [SSH] Private key file "{1}" doesn''t exist. Skipping public key authentication.
.static org.jvnet.localizer.Localizable
_SSHLauncher_OpeningSSHConnection
(Object arg0, Object arg1) KeySSHLauncher.OpeningSSHConnection
:{0} [SSH] Opening SSH connection to {1}.
.static org.jvnet.localizer.Localizable
KeySSHLauncher.PortLessThanZero
:The port value must be greater than 0
.static org.jvnet.localizer.Localizable
KeySSHLauncher.PortMoreThan65535
:The port value must be less than 65536
.static org.jvnet.localizer.Localizable
KeySSHLauncher.PortNotANumber
:Cannot parse the port
.static org.jvnet.localizer.Localizable
KeySSHLauncher.PortNotSpecified
:The port must be specified
.static org.jvnet.localizer.Localizable
_SSHLauncher_RemoteFSDoesNotExist
(Object arg0, Object arg1) KeySSHLauncher.RemoteFSDoesNotExist
:{0} [SSH] Remote file system root {1} does not exist. Will try to create it...
.static org.jvnet.localizer.Localizable
KeySSHLauncher.RemoteFSIsAFile
:Remote file system root {0} is a file not a directory or a symlink.
.static org.jvnet.localizer.Localizable
KeySSHLauncher.RemoteUserEnvironment
:{0} [SSH] The remote user''s environment is:
.static org.jvnet.localizer.Localizable
KeySSHLauncher.SelectedCredentialsMissing
:The selected credentials cannot be found
.static org.jvnet.localizer.Localizable
KeySSHLauncher.SSHHeaderJunkDetected
:SSH connection reports a garbage before a command execution. Check your .bashrc, .profile, and so on to make sure it is quiet. The received junk text is as follows:
.static org.jvnet.localizer.Localizable
_SSHLauncher_StartingAgentProcess
(Object arg0, Object arg1) KeySSHLauncher.StartingAgentProcess
:{0} [SSH] Starting agent process: {1}
.static org.jvnet.localizer.Localizable
KeySSHLauncher.StartingSCPClient
:{0} [SSH] SFTP failed. Copying via SCP.
.static org.jvnet.localizer.Localizable
KeySSHLauncher.StartingSFTPClient
:{0} [SSH] Starting sftp client.
.static org.jvnet.localizer.Localizable
KeySSHLauncher.UnexpectedError
:Unexpected error in launching a agent.
.static org.jvnet.localizer.Localizable
KeySSHLauncher.UnknownJavaVersion
:Couldn''t figure out the Java version of {0}
.static org.jvnet.localizer.Localizable
KeyTrustHostKeyAction.DisplayName
:Trust SSH Host Key
.static String
KeyKnownHostsFileHostKeyVerifier.ChangedKeyNotTrusted
:{0} [SSH] The SSH key presented by the remote host does not match the key saved in the Known Hosts file against this host. Connections to this host will be denied until the two keys match.
.static String
KeyKnownHostsFileHostKeyVerifier.DisplayName
:Known hosts file Verification Strategy
.static String
KeyKnownHostsFileHostKeyVerifier.KeyTrusted
:{0} [SSH] SSH host key matches key in Known Hosts file. Connection will be allowed.
.static String
KeyKnownHostsFileHostKeyVerifier.NewKeyNotTrusted
:{0} [SSH] WARNING: No entry currently exists in the Known Hosts file for this host. Connections will be denied until this new host and its associated key is added to the Known Hosts file.
.static String
KeyKnownHostsFileHostKeyVerifier.NoKnownHostsFile
:{0} [SSH] No Known Hosts file was found at {0}. Please ensure one is created at this path and that Jenkins can read it.
.static String
KnownHostsFileHostKeyVerifier_SearchingFor
(Object arg0, Object arg1) KeyKnownHostsFileHostKeyVerifier.SearchingFor
:Searching for {0} in {1}
.static String
KeyManualKeyProvidedHostKeyVerifier.Base64EncodedKeyValueRequired
:The value part of the key should be a Base64 encoded value.
.static String
KeyManualKeyProvidedHostKeyVerifier.DisplayName
:Manually provided key Verification Strategy
.static String
KeyManualKeyProvidedHostKeyVerifier.KeyNotTrusted
:{0} [SSH] WARNING: The SSH key for this host does not match the key required in the connection configuration. Connections will be denied until the host key matches the configuration key.
.static String
KeyManualKeyProvidedHostKeyVerifier.KeyTrusted
:{0} [SSH] SSH host key matched the key required for this connection. Connection will be allowed.
.static String
KeyManualKeyProvidedHostKeyVerifier.KeyValueDoesNotParse
:Key value does not parse into a valid {0} key
.static String
KeyManualKeyProvidedHostKeyVerifier.TwoPartKey
:Key should be 2 parts: algorithm and Base 64 encoded key value.
.static String
KeyManualKeyProvidedHostKeyVerifier.UnknownKeyAlgorithm
:Key algorithm should be one of ssh-rsa or ssh-dss.
.static String
KeyManualTrustingHostKeyVerifier.DescriptorDisplayName
:Manually trusted key Verification Strategy
.static String
ManualTrustingHostKeyVerifier_KeyAutoTrusted
(Object arg0, Object arg1) KeyManualTrustingHostKeyVerifier.KeyAutoTrusted
:{0} [SSH] The SSH key with fingerprint {1} has been automatically trusted for connections to this machine.
.static String
KeyManualTrustingHostKeyVerifier.KeyNotTrusted
:{0} [SSH] WARNING: The SSH key for this host is not currently trusted. Connections will be denied until this new key is authorised.
.static String
KeyManualTrustingHostKeyVerifier.KeyTrusted
:{0} [SSH] SSH host key matches key seen previously for this host. Connection will be allowed.
.static String
KeyMissingVerificationStrategyAdministrativeMonitor.DisplayName
:Missing Verification Strategy Monitor
.static String
KeyNonVerifyingHostKeyVerifier.DescriptorDisplayName
:Non verifying Verification Strategy
.static String
KeyNonVerifyingHostKeyVerifier.NoVerificationWarning
:{0} [SSH] WARNING: SSH Host Keys are not being verified. Man-in-the-middle attacks may be possible against this connection.
.static String
KeySSHConnector.LaunchTimeoutMustBeANumber
:The launch timeout must be a number.
.static String
KeySSHConnector.LaunchTimeoutMustBePositive
:The launch timeout must be a positive number.
.static String
KeySSHLauncher.AbortedDuringConnectionOpen
:Agent start aborted.
.static String
KeySSHLauncher.alreadyConnected
:The Agent is connected, disconnect it before to try to connect it again.
.static String
SSHLauncher_AuthenticatingPublicKey
(Object arg0, Object arg1, Object arg2) KeySSHLauncher.AuthenticatingPublicKey
:{0} [SSH] Authenticating as {1} with {2}.
.static String
SSHLauncher_AuthenticatingUserPass
(Object arg0, Object arg1, Object arg2) KeySSHLauncher.AuthenticatingUserPass
:{0} [SSH] Authenticating as {1}/{2}.
.static String
KeySSHLauncher.AuthenticationFailed
:{0} [SSH] Authentication failed.
.static String
KeySSHLauncher.AuthenticationFailedException
:Authentication failed.
.static String
KeySSHLauncher.AuthenticationSuccessful
:{0} [SSH] Authentication successful.
.static String
SSHLauncher_CheckingDefaultJava
(Object arg0, Object arg1) KeySSHLauncher.CheckingDefaultJava
:{0} [SSH] Checking java version of {1}
.static String
KeySSHLauncher.ConnectionClosed
:{0} [SSH] Connection closed.
.static String
SSHLauncher_CopiedXXXBytes
(Object arg0, Object arg1) KeySSHLauncher.CopiedXXXBytes
:{0} [SSH] Copied {1} bytes.
.static String
KeySSHLauncher.CopyingAgentJar
:{0} [SSH] Copying latest remoting.jar...
.static String
KeySSHLauncher.DescriptorDisplayName
:Launch agents via SSH
.static String
KeySSHLauncher.ErrorCopyingAgentJarInto
:Could not copy remoting.jar into ''{0}'' on agent
.static String
KeySSHLauncher.ErrorCopyingAgentJarTo
:Could not copy remoting.jar to ''{0}'' on agent
.static String
KeySSHLauncher.ErrorDeletingFile
:{0} [SSH] Error deleting file.
.static String
KeySSHLauncher.ErrorWhileClosingConnection
:Exception thrown while closing connection.
.static String
KeySSHLauncher.FailedToDetectEnvironment
:Failed to detect the environment for automatic JDK installation. Please report this to jenkinsci-users@googlegroups.com: {0}
.static String
KeySSHLauncher.HostNotSpecified
:The Host must be specified
.static String
KeySSHLauncher.JavaPathHasWhiteSpaces
:The Java PATH specified contains whitespaces, probably you need to use quotes around the path.
.static String
SSHLauncher_JavaVersionResult
(Object arg0, Object arg1, Object arg2) KeySSHLauncher.JavaVersionResult
:{0} [SSH] {1} -version returned {2}.
.static String
KeySSHLauncher.launchCanceled
:The agent launch was canceled due an error
.static String
SSHLauncher_LaunchCompletedDuration
(Object arg0, Object arg1, Object arg2) KeySSHLauncher.LaunchCompletedDuration
:SSH Launch of {0} on {1} completed in {2} ms
.static String
SSHLauncher_LaunchFailed
(Object arg0, Object arg1) KeySSHLauncher.LaunchFailed
:SSH Launch of {0} on {1} failed
.static String
SSHLauncher_LaunchFailedDuration
(Object arg0, Object arg1, Object arg2) KeySSHLauncher.LaunchFailedDuration
:SSH Launch of {0} on {1} failed in {2} ms
.static String
KeySSHLauncher.NoJavaFound
:Java version {0} was found but 1.7 or later is needed.
.static String
SSHLauncher_NoJavaFound2
(Object arg0, Object arg1) KeySSHLauncher.NoJavaFound2
:Java version {0} was found but 1.{1} or later is needed.
.static String
SSHLauncher_NoPrivateKey
(Object arg0, Object arg1) KeySSHLauncher.NoPrivateKey
:{0} [SSH] Private key file "{1}" doesn''t exist. Skipping public key authentication.
.static String
SSHLauncher_OpeningSSHConnection
(Object arg0, Object arg1) KeySSHLauncher.OpeningSSHConnection
:{0} [SSH] Opening SSH connection to {1}.
.static String
KeySSHLauncher.PortLessThanZero
:The port value must be greater than 0
.static String
KeySSHLauncher.PortMoreThan65535
:The port value must be less than 65536
.static String
KeySSHLauncher.PortNotANumber
:Cannot parse the port
.static String
KeySSHLauncher.PortNotSpecified
:The port must be specified
.static String
SSHLauncher_RemoteFSDoesNotExist
(Object arg0, Object arg1) KeySSHLauncher.RemoteFSDoesNotExist
:{0} [SSH] Remote file system root {1} does not exist. Will try to create it...
.static String
KeySSHLauncher.RemoteFSIsAFile
:Remote file system root {0} is a file not a directory or a symlink.
.static String
KeySSHLauncher.RemoteUserEnvironment
:{0} [SSH] The remote user''s environment is:
.static String
KeySSHLauncher.SelectedCredentialsMissing
:The selected credentials cannot be found
.static String
KeySSHLauncher.SSHHeaderJunkDetected
:SSH connection reports a garbage before a command execution. Check your .bashrc, .profile, and so on to make sure it is quiet. The received junk text is as follows:
.static String
SSHLauncher_StartingAgentProcess
(Object arg0, Object arg1) KeySSHLauncher.StartingAgentProcess
:{0} [SSH] Starting agent process: {1}
.static String
KeySSHLauncher.StartingSCPClient
:{0} [SSH] SFTP failed. Copying via SCP.
.static String
KeySSHLauncher.StartingSFTPClient
:{0} [SSH] Starting sftp client.
.static String
KeySSHLauncher.UnexpectedError
:Unexpected error in launching a agent.
.static String
KeySSHLauncher.UnknownJavaVersion
:Couldn''t figure out the Java version of {0}
.static String
KeyTrustHostKeyAction.DisplayName
:Trust SSH Host Key
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
SSHLauncher_StartingSCPClient
KeySSHLauncher.StartingSCPClient
:{0} [SSH] SFTP failed. Copying via SCP.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] SFTP failed. Copying via SCP.
-
_SSHLauncher_StartingSCPClient
KeySSHLauncher.StartingSCPClient
:{0} [SSH] SFTP failed. Copying via SCP.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] SFTP failed. Copying via SCP.
-
SSHLauncher_NoJavaFound
KeySSHLauncher.NoJavaFound
:Java version {0} was found but 1.7 or later is needed.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Java version {0} was found but 1.7 or later is needed.
-
_SSHLauncher_NoJavaFound
KeySSHLauncher.NoJavaFound
:Java version {0} was found but 1.7 or later is needed.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Java version {0} was found but 1.7 or later is needed.
-
SSHLauncher_CopyingAgentJar
KeySSHLauncher.CopyingAgentJar
:{0} [SSH] Copying latest remoting.jar...
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Copying latest remoting.jar...
-
_SSHLauncher_CopyingAgentJar
KeySSHLauncher.CopyingAgentJar
:{0} [SSH] Copying latest remoting.jar...
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Copying latest remoting.jar...
-
SSHLauncher_HostNotSpecified
KeySSHLauncher.HostNotSpecified
:The Host must be specified
.- Returns:
The Host must be specified
-
_SSHLauncher_HostNotSpecified
public static org.jvnet.localizer.Localizable _SSHLauncher_HostNotSpecified()KeySSHLauncher.HostNotSpecified
:The Host must be specified
.- Returns:
The Host must be specified
-
ManualTrustingHostKeyVerifier_DescriptorDisplayName
KeyManualTrustingHostKeyVerifier.DescriptorDisplayName
:Manually trusted key Verification Strategy
.- Returns:
Manually trusted key Verification Strategy
-
_ManualTrustingHostKeyVerifier_DescriptorDisplayName
public static org.jvnet.localizer.Localizable _ManualTrustingHostKeyVerifier_DescriptorDisplayName()KeyManualTrustingHostKeyVerifier.DescriptorDisplayName
:Manually trusted key Verification Strategy
.- Returns:
Manually trusted key Verification Strategy
-
ManualTrustingHostKeyVerifier_KeyAutoTrusted
KeyManualTrustingHostKeyVerifier.KeyAutoTrusted
:{0} [SSH] The SSH key with fingerprint {1} has been automatically trusted for connections to this machine.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] The SSH key with fingerprint {1} has been automatically trusted for connections to this machine.
-
_ManualTrustingHostKeyVerifier_KeyAutoTrusted
public static org.jvnet.localizer.Localizable _ManualTrustingHostKeyVerifier_KeyAutoTrusted(Object arg0, Object arg1) KeyManualTrustingHostKeyVerifier.KeyAutoTrusted
:{0} [SSH] The SSH key with fingerprint {1} has been automatically trusted for connections to this machine.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] The SSH key with fingerprint {1} has been automatically trusted for connections to this machine.
-
SSHLauncher_LaunchFailedDuration
KeySSHLauncher.LaunchFailedDuration
:SSH Launch of {0} on {1} failed in {2} ms
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
SSH Launch of {0} on {1} failed in {2} ms
-
_SSHLauncher_LaunchFailedDuration
public static org.jvnet.localizer.Localizable _SSHLauncher_LaunchFailedDuration(Object arg0, Object arg1, Object arg2) KeySSHLauncher.LaunchFailedDuration
:SSH Launch of {0} on {1} failed in {2} ms
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
SSH Launch of {0} on {1} failed in {2} ms
-
SSHLauncher_JavaPathHasWhiteSpaces
KeySSHLauncher.JavaPathHasWhiteSpaces
:The Java PATH specified contains whitespaces, probably you need to use quotes around the path.
.- Returns:
The Java PATH specified contains whitespaces, probably you need to use quotes around the path.
-
_SSHLauncher_JavaPathHasWhiteSpaces
public static org.jvnet.localizer.Localizable _SSHLauncher_JavaPathHasWhiteSpaces()KeySSHLauncher.JavaPathHasWhiteSpaces
:The Java PATH specified contains whitespaces, probably you need to use quotes around the path.
.- Returns:
The Java PATH specified contains whitespaces, probably you need to use quotes around the path.
-
SSHLauncher_UnexpectedError
KeySSHLauncher.UnexpectedError
:Unexpected error in launching a agent.
.- Returns:
Unexpected error in launching a agent.
-
_SSHLauncher_UnexpectedError
public static org.jvnet.localizer.Localizable _SSHLauncher_UnexpectedError()KeySSHLauncher.UnexpectedError
:Unexpected error in launching a agent.
.- Returns:
Unexpected error in launching a agent.
-
ManualKeyProvidedHostKeyVerifier_Base64EncodedKeyValueRequired
KeyManualKeyProvidedHostKeyVerifier.Base64EncodedKeyValueRequired
:The value part of the key should be a Base64 encoded value.
.- Returns:
The value part of the key should be a Base64 encoded value.
-
_ManualKeyProvidedHostKeyVerifier_Base64EncodedKeyValueRequired
public static org.jvnet.localizer.Localizable _ManualKeyProvidedHostKeyVerifier_Base64EncodedKeyValueRequired()KeyManualKeyProvidedHostKeyVerifier.Base64EncodedKeyValueRequired
:The value part of the key should be a Base64 encoded value.
.- Returns:
The value part of the key should be a Base64 encoded value.
-
SSHLauncher_FailedToDetectEnvironment
KeySSHLauncher.FailedToDetectEnvironment
:Failed to detect the environment for automatic JDK installation. Please report this to jenkinsci-users@googlegroups.com: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to detect the environment for automatic JDK installation. Please report this to jenkinsci-users@googlegroups.com: {0}
-
_SSHLauncher_FailedToDetectEnvironment
KeySSHLauncher.FailedToDetectEnvironment
:Failed to detect the environment for automatic JDK installation. Please report this to jenkinsci-users@googlegroups.com: {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to detect the environment for automatic JDK installation. Please report this to jenkinsci-users@googlegroups.com: {0}
-
SSHLauncher_PortMoreThan65535
KeySSHLauncher.PortMoreThan65535
:The port value must be less than 65536
.- Returns:
The port value must be less than 65536
-
_SSHLauncher_PortMoreThan65535
public static org.jvnet.localizer.Localizable _SSHLauncher_PortMoreThan65535()KeySSHLauncher.PortMoreThan65535
:The port value must be less than 65536
.- Returns:
The port value must be less than 65536
-
SSHLauncher_RemoteUserEnvironment
KeySSHLauncher.RemoteUserEnvironment
:{0} [SSH] The remote user''s environment is:
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] The remote user''s environment is:
-
_SSHLauncher_RemoteUserEnvironment
KeySSHLauncher.RemoteUserEnvironment
:{0} [SSH] The remote user''s environment is:
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] The remote user''s environment is:
-
SSHLauncher_launchCanceled
KeySSHLauncher.launchCanceled
:The agent launch was canceled due an error
.- Returns:
The agent launch was canceled due an error
-
_SSHLauncher_launchCanceled
public static org.jvnet.localizer.Localizable _SSHLauncher_launchCanceled()KeySSHLauncher.launchCanceled
:The agent launch was canceled due an error
.- Returns:
The agent launch was canceled due an error
-
SSHLauncher_ErrorWhileClosingConnection
KeySSHLauncher.ErrorWhileClosingConnection
:Exception thrown while closing connection.
.- Returns:
Exception thrown while closing connection.
-
_SSHLauncher_ErrorWhileClosingConnection
public static org.jvnet.localizer.Localizable _SSHLauncher_ErrorWhileClosingConnection()KeySSHLauncher.ErrorWhileClosingConnection
:Exception thrown while closing connection.
.- Returns:
Exception thrown while closing connection.
-
SSHLauncher_StartingSFTPClient
KeySSHLauncher.StartingSFTPClient
:{0} [SSH] Starting sftp client.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Starting sftp client.
-
_SSHLauncher_StartingSFTPClient
KeySSHLauncher.StartingSFTPClient
:{0} [SSH] Starting sftp client.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Starting sftp client.
-
SSHLauncher_PortNotANumber
KeySSHLauncher.PortNotANumber
:Cannot parse the port
.- Returns:
Cannot parse the port
-
_SSHLauncher_PortNotANumber
public static org.jvnet.localizer.Localizable _SSHLauncher_PortNotANumber()KeySSHLauncher.PortNotANumber
:Cannot parse the port
.- Returns:
Cannot parse the port
-
KnownHostsFileHostKeyVerifier_NewKeyNotTrusted
KeyKnownHostsFileHostKeyVerifier.NewKeyNotTrusted
:{0} [SSH] WARNING: No entry currently exists in the Known Hosts file for this host. Connections will be denied until this new host and its associated key is added to the Known Hosts file.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] WARNING: No entry currently exists in the Known Hosts file for this host. Connections will be denied until this new host and its associated key is added to the Known Hosts file.
-
_KnownHostsFileHostKeyVerifier_NewKeyNotTrusted
public static org.jvnet.localizer.Localizable _KnownHostsFileHostKeyVerifier_NewKeyNotTrusted(Object arg0) KeyKnownHostsFileHostKeyVerifier.NewKeyNotTrusted
:{0} [SSH] WARNING: No entry currently exists in the Known Hosts file for this host. Connections will be denied until this new host and its associated key is added to the Known Hosts file.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] WARNING: No entry currently exists in the Known Hosts file for this host. Connections will be denied until this new host and its associated key is added to the Known Hosts file.
-
ManualKeyProvidedHostKeyVerifier_DisplayName
KeyManualKeyProvidedHostKeyVerifier.DisplayName
:Manually provided key Verification Strategy
.- Returns:
Manually provided key Verification Strategy
-
_ManualKeyProvidedHostKeyVerifier_DisplayName
public static org.jvnet.localizer.Localizable _ManualKeyProvidedHostKeyVerifier_DisplayName()KeyManualKeyProvidedHostKeyVerifier.DisplayName
:Manually provided key Verification Strategy
.- Returns:
Manually provided key Verification Strategy
-
SSHLauncher_AuthenticationFailed
KeySSHLauncher.AuthenticationFailed
:{0} [SSH] Authentication failed.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Authentication failed.
-
_SSHLauncher_AuthenticationFailed
KeySSHLauncher.AuthenticationFailed
:{0} [SSH] Authentication failed.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Authentication failed.
-
SSHLauncher_ErrorCopyingAgentJarInto
KeySSHLauncher.ErrorCopyingAgentJarInto
:Could not copy remoting.jar into ''{0}'' on agent
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Could not copy remoting.jar into ''{0}'' on agent
-
_SSHLauncher_ErrorCopyingAgentJarInto
KeySSHLauncher.ErrorCopyingAgentJarInto
:Could not copy remoting.jar into ''{0}'' on agent
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Could not copy remoting.jar into ''{0}'' on agent
-
SSHLauncher_NoPrivateKey
KeySSHLauncher.NoPrivateKey
:{0} [SSH] Private key file "{1}" doesn''t exist. Skipping public key authentication.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Private key file "{1}" doesn''t exist. Skipping public key authentication.
-
_SSHLauncher_NoPrivateKey
KeySSHLauncher.NoPrivateKey
:{0} [SSH] Private key file "{1}" doesn''t exist. Skipping public key authentication.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Private key file "{1}" doesn''t exist. Skipping public key authentication.
-
SSHLauncher_LaunchFailed
KeySSHLauncher.LaunchFailed
:SSH Launch of {0} on {1} failed
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
SSH Launch of {0} on {1} failed
-
_SSHLauncher_LaunchFailed
KeySSHLauncher.LaunchFailed
:SSH Launch of {0} on {1} failed
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
SSH Launch of {0} on {1} failed
-
KnownHostsFileHostKeyVerifier_KeyTrusted
KeyKnownHostsFileHostKeyVerifier.KeyTrusted
:{0} [SSH] SSH host key matches key in Known Hosts file. Connection will be allowed.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] SSH host key matches key in Known Hosts file. Connection will be allowed.
-
_KnownHostsFileHostKeyVerifier_KeyTrusted
public static org.jvnet.localizer.Localizable _KnownHostsFileHostKeyVerifier_KeyTrusted(Object arg0) KeyKnownHostsFileHostKeyVerifier.KeyTrusted
:{0} [SSH] SSH host key matches key in Known Hosts file. Connection will be allowed.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] SSH host key matches key in Known Hosts file. Connection will be allowed.
-
SSHLauncher_ConnectionClosed
KeySSHLauncher.ConnectionClosed
:{0} [SSH] Connection closed.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Connection closed.
-
_SSHLauncher_ConnectionClosed
KeySSHLauncher.ConnectionClosed
:{0} [SSH] Connection closed.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Connection closed.
-
SSHLauncher_UnknownJavaVersion
KeySSHLauncher.UnknownJavaVersion
:Couldn''t figure out the Java version of {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Couldn''t figure out the Java version of {0}
-
_SSHLauncher_UnknownJavaVersion
KeySSHLauncher.UnknownJavaVersion
:Couldn''t figure out the Java version of {0}
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Couldn''t figure out the Java version of {0}
-
SSHLauncher_CopiedXXXBytes
KeySSHLauncher.CopiedXXXBytes
:{0} [SSH] Copied {1} bytes.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Copied {1} bytes.
-
_SSHLauncher_CopiedXXXBytes
KeySSHLauncher.CopiedXXXBytes
:{0} [SSH] Copied {1} bytes.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Copied {1} bytes.
-
KnownHostsFileHostKeyVerifier_DisplayName
KeyKnownHostsFileHostKeyVerifier.DisplayName
:Known hosts file Verification Strategy
.- Returns:
Known hosts file Verification Strategy
-
_KnownHostsFileHostKeyVerifier_DisplayName
public static org.jvnet.localizer.Localizable _KnownHostsFileHostKeyVerifier_DisplayName()KeyKnownHostsFileHostKeyVerifier.DisplayName
:Known hosts file Verification Strategy
.- Returns:
Known hosts file Verification Strategy
-
SSHLauncher_StartingAgentProcess
KeySSHLauncher.StartingAgentProcess
:{0} [SSH] Starting agent process: {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Starting agent process: {1}
-
_SSHLauncher_StartingAgentProcess
public static org.jvnet.localizer.Localizable _SSHLauncher_StartingAgentProcess(Object arg0, Object arg1) KeySSHLauncher.StartingAgentProcess
:{0} [SSH] Starting agent process: {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Starting agent process: {1}
-
SSHLauncher_JavaVersionResult
KeySSHLauncher.JavaVersionResult
:{0} [SSH] {1} -version returned {2}.
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] {1} -version returned {2}.
-
_SSHLauncher_JavaVersionResult
public static org.jvnet.localizer.Localizable _SSHLauncher_JavaVersionResult(Object arg0, Object arg1, Object arg2) KeySSHLauncher.JavaVersionResult
:{0} [SSH] {1} -version returned {2}.
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] {1} -version returned {2}.
-
SSHLauncher_AuthenticationFailedException
KeySSHLauncher.AuthenticationFailedException
:Authentication failed.
.- Returns:
Authentication failed.
-
_SSHLauncher_AuthenticationFailedException
public static org.jvnet.localizer.Localizable _SSHLauncher_AuthenticationFailedException()KeySSHLauncher.AuthenticationFailedException
:Authentication failed.
.- Returns:
Authentication failed.
-
SSHLauncher_AbortedDuringConnectionOpen
KeySSHLauncher.AbortedDuringConnectionOpen
:Agent start aborted.
.- Returns:
Agent start aborted.
-
_SSHLauncher_AbortedDuringConnectionOpen
public static org.jvnet.localizer.Localizable _SSHLauncher_AbortedDuringConnectionOpen()KeySSHLauncher.AbortedDuringConnectionOpen
:Agent start aborted.
.- Returns:
Agent start aborted.
-
SSHLauncher_SSHHeaderJunkDetected
KeySSHLauncher.SSHHeaderJunkDetected
:SSH connection reports a garbage before a command execution. Check your .bashrc, .profile, and so on to make sure it is quiet. The received junk text is as follows:
.- Returns:
SSH connection reports a garbage before a command execution. Check your .bashrc, .profile, and so on to make sure it is quiet. The received junk text is as follows:
-
_SSHLauncher_SSHHeaderJunkDetected
public static org.jvnet.localizer.Localizable _SSHLauncher_SSHHeaderJunkDetected()KeySSHLauncher.SSHHeaderJunkDetected
:SSH connection reports a garbage before a command execution. Check your .bashrc, .profile, and so on to make sure it is quiet. The received junk text is as follows:
.- Returns:
SSH connection reports a garbage before a command execution. Check your .bashrc, .profile, and so on to make sure it is quiet. The received junk text is as follows:
-
SSHLauncher_RemoteFSDoesNotExist
KeySSHLauncher.RemoteFSDoesNotExist
:{0} [SSH] Remote file system root {1} does not exist. Will try to create it...
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Remote file system root {1} does not exist. Will try to create it...
-
_SSHLauncher_RemoteFSDoesNotExist
public static org.jvnet.localizer.Localizable _SSHLauncher_RemoteFSDoesNotExist(Object arg0, Object arg1) KeySSHLauncher.RemoteFSDoesNotExist
:{0} [SSH] Remote file system root {1} does not exist. Will try to create it...
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Remote file system root {1} does not exist. Will try to create it...
-
SSHLauncher_PortNotSpecified
KeySSHLauncher.PortNotSpecified
:The port must be specified
.- Returns:
The port must be specified
-
_SSHLauncher_PortNotSpecified
public static org.jvnet.localizer.Localizable _SSHLauncher_PortNotSpecified()KeySSHLauncher.PortNotSpecified
:The port must be specified
.- Returns:
The port must be specified
-
SSHLauncher_ErrorCopyingAgentJarTo
KeySSHLauncher.ErrorCopyingAgentJarTo
:Could not copy remoting.jar to ''{0}'' on agent
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Could not copy remoting.jar to ''{0}'' on agent
-
_SSHLauncher_ErrorCopyingAgentJarTo
KeySSHLauncher.ErrorCopyingAgentJarTo
:Could not copy remoting.jar to ''{0}'' on agent
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Could not copy remoting.jar to ''{0}'' on agent
-
SSHLauncher_RemoteFSIsAFile
KeySSHLauncher.RemoteFSIsAFile
:Remote file system root {0} is a file not a directory or a symlink.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Remote file system root {0} is a file not a directory or a symlink.
-
_SSHLauncher_RemoteFSIsAFile
KeySSHLauncher.RemoteFSIsAFile
:Remote file system root {0} is a file not a directory or a symlink.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Remote file system root {0} is a file not a directory or a symlink.
-
ManualKeyProvidedHostKeyVerifier_KeyValueDoesNotParse
KeyManualKeyProvidedHostKeyVerifier.KeyValueDoesNotParse
:Key value does not parse into a valid {0} key
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Key value does not parse into a valid {0} key
-
_ManualKeyProvidedHostKeyVerifier_KeyValueDoesNotParse
public static org.jvnet.localizer.Localizable _ManualKeyProvidedHostKeyVerifier_KeyValueDoesNotParse(Object arg0) KeyManualKeyProvidedHostKeyVerifier.KeyValueDoesNotParse
:Key value does not parse into a valid {0} key
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Key value does not parse into a valid {0} key
-
MissingVerificationStrategyAdministrativeMonitor_DisplayName
KeyMissingVerificationStrategyAdministrativeMonitor.DisplayName
:Missing Verification Strategy Monitor
.- Returns:
Missing Verification Strategy Monitor
-
_MissingVerificationStrategyAdministrativeMonitor_DisplayName
public static org.jvnet.localizer.Localizable _MissingVerificationStrategyAdministrativeMonitor_DisplayName()KeyMissingVerificationStrategyAdministrativeMonitor.DisplayName
:Missing Verification Strategy Monitor
.- Returns:
Missing Verification Strategy Monitor
-
KnownHostsFileHostKeyVerifier_SearchingFor
KeyKnownHostsFileHostKeyVerifier.SearchingFor
:Searching for {0} in {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Searching for {0} in {1}
-
_KnownHostsFileHostKeyVerifier_SearchingFor
public static org.jvnet.localizer.Localizable _KnownHostsFileHostKeyVerifier_SearchingFor(Object arg0, Object arg1) KeyKnownHostsFileHostKeyVerifier.SearchingFor
:Searching for {0} in {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Searching for {0} in {1}
-
SSHLauncher_SelectedCredentialsMissing
KeySSHLauncher.SelectedCredentialsMissing
:The selected credentials cannot be found
.- Returns:
The selected credentials cannot be found
-
_SSHLauncher_SelectedCredentialsMissing
public static org.jvnet.localizer.Localizable _SSHLauncher_SelectedCredentialsMissing()KeySSHLauncher.SelectedCredentialsMissing
:The selected credentials cannot be found
.- Returns:
The selected credentials cannot be found
-
ManualKeyProvidedHostKeyVerifier_KeyTrusted
KeyManualKeyProvidedHostKeyVerifier.KeyTrusted
:{0} [SSH] SSH host key matched the key required for this connection. Connection will be allowed.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] SSH host key matched the key required for this connection. Connection will be allowed.
-
_ManualKeyProvidedHostKeyVerifier_KeyTrusted
public static org.jvnet.localizer.Localizable _ManualKeyProvidedHostKeyVerifier_KeyTrusted(Object arg0) KeyManualKeyProvidedHostKeyVerifier.KeyTrusted
:{0} [SSH] SSH host key matched the key required for this connection. Connection will be allowed.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] SSH host key matched the key required for this connection. Connection will be allowed.
-
SSHLauncher_DescriptorDisplayName
KeySSHLauncher.DescriptorDisplayName
:Launch agents via SSH
.- Returns:
Launch agents via SSH
-
_SSHLauncher_DescriptorDisplayName
public static org.jvnet.localizer.Localizable _SSHLauncher_DescriptorDisplayName()KeySSHLauncher.DescriptorDisplayName
:Launch agents via SSH
.- Returns:
Launch agents via SSH
-
SSHConnector_LaunchTimeoutMustBePositive
KeySSHConnector.LaunchTimeoutMustBePositive
:The launch timeout must be a positive number.
.- Returns:
The launch timeout must be a positive number.
-
_SSHConnector_LaunchTimeoutMustBePositive
public static org.jvnet.localizer.Localizable _SSHConnector_LaunchTimeoutMustBePositive()KeySSHConnector.LaunchTimeoutMustBePositive
:The launch timeout must be a positive number.
.- Returns:
The launch timeout must be a positive number.
-
ManualKeyProvidedHostKeyVerifier_UnknownKeyAlgorithm
KeyManualKeyProvidedHostKeyVerifier.UnknownKeyAlgorithm
:Key algorithm should be one of ssh-rsa or ssh-dss.
.- Returns:
Key algorithm should be one of ssh-rsa or ssh-dss.
-
_ManualKeyProvidedHostKeyVerifier_UnknownKeyAlgorithm
public static org.jvnet.localizer.Localizable _ManualKeyProvidedHostKeyVerifier_UnknownKeyAlgorithm()KeyManualKeyProvidedHostKeyVerifier.UnknownKeyAlgorithm
:Key algorithm should be one of ssh-rsa or ssh-dss.
.- Returns:
Key algorithm should be one of ssh-rsa or ssh-dss.
-
ManualKeyProvidedHostKeyVerifier_TwoPartKey
KeyManualKeyProvidedHostKeyVerifier.TwoPartKey
:Key should be 2 parts: algorithm and Base 64 encoded key value.
.- Returns:
Key should be 2 parts: algorithm and Base 64 encoded key value.
-
_ManualKeyProvidedHostKeyVerifier_TwoPartKey
public static org.jvnet.localizer.Localizable _ManualKeyProvidedHostKeyVerifier_TwoPartKey()KeyManualKeyProvidedHostKeyVerifier.TwoPartKey
:Key should be 2 parts: algorithm and Base 64 encoded key value.
.- Returns:
Key should be 2 parts: algorithm and Base 64 encoded key value.
-
SSHLauncher_AuthenticatingUserPass
KeySSHLauncher.AuthenticatingUserPass
:{0} [SSH] Authenticating as {1}/{2}.
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Authenticating as {1}/{2}.
-
_SSHLauncher_AuthenticatingUserPass
public static org.jvnet.localizer.Localizable _SSHLauncher_AuthenticatingUserPass(Object arg0, Object arg1, Object arg2) KeySSHLauncher.AuthenticatingUserPass
:{0} [SSH] Authenticating as {1}/{2}.
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Authenticating as {1}/{2}.
-
NonVerifyingHostKeyVerifier_NoVerificationWarning
KeyNonVerifyingHostKeyVerifier.NoVerificationWarning
:{0} [SSH] WARNING: SSH Host Keys are not being verified. Man-in-the-middle attacks may be possible against this connection.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] WARNING: SSH Host Keys are not being verified. Man-in-the-middle attacks may be possible against this connection.
-
_NonVerifyingHostKeyVerifier_NoVerificationWarning
public static org.jvnet.localizer.Localizable _NonVerifyingHostKeyVerifier_NoVerificationWarning(Object arg0) KeyNonVerifyingHostKeyVerifier.NoVerificationWarning
:{0} [SSH] WARNING: SSH Host Keys are not being verified. Man-in-the-middle attacks may be possible against this connection.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] WARNING: SSH Host Keys are not being verified. Man-in-the-middle attacks may be possible against this connection.
-
SSHLauncher_PortLessThanZero
KeySSHLauncher.PortLessThanZero
:The port value must be greater than 0
.- Returns:
The port value must be greater than 0
-
_SSHLauncher_PortLessThanZero
public static org.jvnet.localizer.Localizable _SSHLauncher_PortLessThanZero()KeySSHLauncher.PortLessThanZero
:The port value must be greater than 0
.- Returns:
The port value must be greater than 0
-
ManualTrustingHostKeyVerifier_KeyTrusted
KeyManualTrustingHostKeyVerifier.KeyTrusted
:{0} [SSH] SSH host key matches key seen previously for this host. Connection will be allowed.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] SSH host key matches key seen previously for this host. Connection will be allowed.
-
_ManualTrustingHostKeyVerifier_KeyTrusted
public static org.jvnet.localizer.Localizable _ManualTrustingHostKeyVerifier_KeyTrusted(Object arg0) KeyManualTrustingHostKeyVerifier.KeyTrusted
:{0} [SSH] SSH host key matches key seen previously for this host. Connection will be allowed.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] SSH host key matches key seen previously for this host. Connection will be allowed.
-
SSHLauncher_LaunchCompletedDuration
KeySSHLauncher.LaunchCompletedDuration
:SSH Launch of {0} on {1} completed in {2} ms
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
SSH Launch of {0} on {1} completed in {2} ms
-
_SSHLauncher_LaunchCompletedDuration
public static org.jvnet.localizer.Localizable _SSHLauncher_LaunchCompletedDuration(Object arg0, Object arg1, Object arg2) KeySSHLauncher.LaunchCompletedDuration
:SSH Launch of {0} on {1} completed in {2} ms
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
SSH Launch of {0} on {1} completed in {2} ms
-
ManualKeyProvidedHostKeyVerifier_KeyNotTrusted
KeyManualKeyProvidedHostKeyVerifier.KeyNotTrusted
:{0} [SSH] WARNING: The SSH key for this host does not match the key required in the connection configuration. Connections will be denied until the host key matches the configuration key.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] WARNING: The SSH key for this host does not match the key required in the connection configuration. Connections will be denied until the host key matches the configuration key.
-
_ManualKeyProvidedHostKeyVerifier_KeyNotTrusted
public static org.jvnet.localizer.Localizable _ManualKeyProvidedHostKeyVerifier_KeyNotTrusted(Object arg0) KeyManualKeyProvidedHostKeyVerifier.KeyNotTrusted
:{0} [SSH] WARNING: The SSH key for this host does not match the key required in the connection configuration. Connections will be denied until the host key matches the configuration key.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] WARNING: The SSH key for this host does not match the key required in the connection configuration. Connections will be denied until the host key matches the configuration key.
-
SSHLauncher_CheckingDefaultJava
KeySSHLauncher.CheckingDefaultJava
:{0} [SSH] Checking java version of {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Checking java version of {1}
-
_SSHLauncher_CheckingDefaultJava
public static org.jvnet.localizer.Localizable _SSHLauncher_CheckingDefaultJava(Object arg0, Object arg1) KeySSHLauncher.CheckingDefaultJava
:{0} [SSH] Checking java version of {1}
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Checking java version of {1}
-
SSHLauncher_AuthenticationSuccessful
KeySSHLauncher.AuthenticationSuccessful
:{0} [SSH] Authentication successful.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Authentication successful.
-
_SSHLauncher_AuthenticationSuccessful
KeySSHLauncher.AuthenticationSuccessful
:{0} [SSH] Authentication successful.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Authentication successful.
-
SSHLauncher_AuthenticatingPublicKey
KeySSHLauncher.AuthenticatingPublicKey
:{0} [SSH] Authenticating as {1} with {2}.
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Authenticating as {1} with {2}.
-
_SSHLauncher_AuthenticatingPublicKey
public static org.jvnet.localizer.Localizable _SSHLauncher_AuthenticatingPublicKey(Object arg0, Object arg1, Object arg2) KeySSHLauncher.AuthenticatingPublicKey
:{0} [SSH] Authenticating as {1} with {2}.
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Authenticating as {1} with {2}.
-
SSHLauncher_ErrorDeletingFile
KeySSHLauncher.ErrorDeletingFile
:{0} [SSH] Error deleting file.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Error deleting file.
-
_SSHLauncher_ErrorDeletingFile
KeySSHLauncher.ErrorDeletingFile
:{0} [SSH] Error deleting file.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Error deleting file.
-
KnownHostsFileHostKeyVerifier_NoKnownHostsFile
KeyKnownHostsFileHostKeyVerifier.NoKnownHostsFile
:{0} [SSH] No Known Hosts file was found at {0}. Please ensure one is created at this path and that Jenkins can read it.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] No Known Hosts file was found at {0}. Please ensure one is created at this path and that Jenkins can read it.
-
_KnownHostsFileHostKeyVerifier_NoKnownHostsFile
public static org.jvnet.localizer.Localizable _KnownHostsFileHostKeyVerifier_NoKnownHostsFile(Object arg0) KeyKnownHostsFileHostKeyVerifier.NoKnownHostsFile
:{0} [SSH] No Known Hosts file was found at {0}. Please ensure one is created at this path and that Jenkins can read it.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] No Known Hosts file was found at {0}. Please ensure one is created at this path and that Jenkins can read it.
-
SSHLauncher_NoJavaFound2
KeySSHLauncher.NoJavaFound2
:Java version {0} was found but 1.{1} or later is needed.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Java version {0} was found but 1.{1} or later is needed.
-
_SSHLauncher_NoJavaFound2
KeySSHLauncher.NoJavaFound2
:Java version {0} was found but 1.{1} or later is needed.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Java version {0} was found but 1.{1} or later is needed.
-
NonVerifyingHostKeyVerifier_DescriptorDisplayName
KeyNonVerifyingHostKeyVerifier.DescriptorDisplayName
:Non verifying Verification Strategy
.- Returns:
Non verifying Verification Strategy
-
_NonVerifyingHostKeyVerifier_DescriptorDisplayName
public static org.jvnet.localizer.Localizable _NonVerifyingHostKeyVerifier_DescriptorDisplayName()KeyNonVerifyingHostKeyVerifier.DescriptorDisplayName
:Non verifying Verification Strategy
.- Returns:
Non verifying Verification Strategy
-
KnownHostsFileHostKeyVerifier_ChangedKeyNotTrusted
KeyKnownHostsFileHostKeyVerifier.ChangedKeyNotTrusted
:{0} [SSH] The SSH key presented by the remote host does not match the key saved in the Known Hosts file against this host. Connections to this host will be denied until the two keys match.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] The SSH key presented by the remote host does not match the key saved in the Known Hosts file against this host. Connections to this host will be denied until the two keys match.
-
_KnownHostsFileHostKeyVerifier_ChangedKeyNotTrusted
public static org.jvnet.localizer.Localizable _KnownHostsFileHostKeyVerifier_ChangedKeyNotTrusted(Object arg0) KeyKnownHostsFileHostKeyVerifier.ChangedKeyNotTrusted
:{0} [SSH] The SSH key presented by the remote host does not match the key saved in the Known Hosts file against this host. Connections to this host will be denied until the two keys match.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] The SSH key presented by the remote host does not match the key saved in the Known Hosts file against this host. Connections to this host will be denied until the two keys match.
-
SSHLauncher_OpeningSSHConnection
KeySSHLauncher.OpeningSSHConnection
:{0} [SSH] Opening SSH connection to {1}.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Opening SSH connection to {1}.
-
_SSHLauncher_OpeningSSHConnection
public static org.jvnet.localizer.Localizable _SSHLauncher_OpeningSSHConnection(Object arg0, Object arg1) KeySSHLauncher.OpeningSSHConnection
:{0} [SSH] Opening SSH connection to {1}.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] Opening SSH connection to {1}.
-
SSHConnector_LaunchTimeoutMustBeANumber
KeySSHConnector.LaunchTimeoutMustBeANumber
:The launch timeout must be a number.
.- Returns:
The launch timeout must be a number.
-
_SSHConnector_LaunchTimeoutMustBeANumber
public static org.jvnet.localizer.Localizable _SSHConnector_LaunchTimeoutMustBeANumber()KeySSHConnector.LaunchTimeoutMustBeANumber
:The launch timeout must be a number.
.- Returns:
The launch timeout must be a number.
-
TrustHostKeyAction_DisplayName
KeyTrustHostKeyAction.DisplayName
:Trust SSH Host Key
.- Returns:
Trust SSH Host Key
-
_TrustHostKeyAction_DisplayName
public static org.jvnet.localizer.Localizable _TrustHostKeyAction_DisplayName()KeyTrustHostKeyAction.DisplayName
:Trust SSH Host Key
.- Returns:
Trust SSH Host Key
-
SSHLauncher_alreadyConnected
KeySSHLauncher.alreadyConnected
:The Agent is connected, disconnect it before to try to connect it again.
.- Returns:
The Agent is connected, disconnect it before to try to connect it again.
-
_SSHLauncher_alreadyConnected
public static org.jvnet.localizer.Localizable _SSHLauncher_alreadyConnected()KeySSHLauncher.alreadyConnected
:The Agent is connected, disconnect it before to try to connect it again.
.- Returns:
The Agent is connected, disconnect it before to try to connect it again.
-
ManualTrustingHostKeyVerifier_KeyNotTrusted
KeyManualTrustingHostKeyVerifier.KeyNotTrusted
:{0} [SSH] WARNING: The SSH key for this host is not currently trusted. Connections will be denied until this new key is authorised.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] WARNING: The SSH key for this host is not currently trusted. Connections will be denied until this new key is authorised.
-
_ManualTrustingHostKeyVerifier_KeyNotTrusted
public static org.jvnet.localizer.Localizable _ManualTrustingHostKeyVerifier_KeyNotTrusted(Object arg0) KeyManualTrustingHostKeyVerifier.KeyNotTrusted
:{0} [SSH] WARNING: The SSH key for this host is not currently trusted. Connections will be denied until this new key is authorised.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} [SSH] WARNING: The SSH key for this host is not currently trusted. Connections will be denied until this new key is authorised.
-