You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SshdText.properties 6.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. authenticationCanceled=SSH authentication canceled: no password given
  2. authenticationOnClosedSession=Authentication canceled: session is already closing or closed
  3. closeListenerFailed=Ssh session close listener failed
  4. configInvalidPath=Invalid path in ssh config key {0}: {1}
  5. configInvalidPattern=Invalid pattern in ssh config key {0}: {1}
  6. configInvalidPositive=Ssh config entry {0} must be a strictly positive number but is ''{1}''
  7. configInvalidProxyJump=Ssh config, host ''{0}'': Cannot parse ProxyJump ''{1}''
  8. configNoKnownAlgorithms=Ssh config ''{0}'' ''{1}'' resulted in empty list (none known, or all known removed); using default.
  9. configProxyJumpNotSsh=Non-ssh URI in ProxyJump ssh config
  10. configProxyJumpWithPath=ProxyJump ssh config: jump host specification must not have a path
  11. ftpCloseFailed=Closing the SFTP channel failed
  12. gssapiFailure=GSS-API error for mechanism OID {0}
  13. gssapiInitFailure=GSS-API initialization failure for mechanism {0}
  14. gssapiUnexpectedMechanism=Server {0} replied with unknown mechanism name ''{1}'' in {2} authentication
  15. gssapiUnexpectedMessage=Received unexpected ssh message {1} in {0} authentication
  16. identityFileCannotDecrypt=Given passphrase cannot decrypt identity {0}
  17. identityFileNoKey=No keys found in identity {0}
  18. identityFileMultipleKeys=Multiple key pairs found in identity {0}
  19. identityFileNotFound=Skipping identity ''{0}'': file not found
  20. identityFileUnsupportedFormat=Unsupported format in identity {0}
  21. kexServerKeyInvalid=Server key did not validate
  22. keyEncryptedMsg=Key ''{0}'' is encrypted. Enter the passphrase to decrypt it.
  23. keyEncryptedPrompt=Passphrase
  24. keyEncryptedRetry=Encrypted key ''{0}'' could not be decrypted. Enter the passphrase again.
  25. keyLoadFailed=Could not load key ''{0}''
  26. knownHostsCouldNotUpdate=Could not update known hosts file {0}
  27. knownHostsFileLockedUpdate=Could not update known hosts file (locked) {0}
  28. knownHostsFileReadFailed=Failed to read known hosts file {0}
  29. knownHostsInvalidLine=Known hosts file {0} contains invalid line {1}
  30. knownHostsInvalidPath=Invalid path for known hosts file {0}
  31. knownHostsKeyFingerprints=The {0} key''s fingerprints are:
  32. knownHostsModifiedKeyAcceptPrompt=Accept this key and continue connecting all the same?
  33. knownHostsModifiedKeyDenyMsg=To resolve this add the correct host key to your known hosts file {0}
  34. knownHostsModifiedKeyStorePrompt=If so, also store the new key?
  35. knownHostsModifiedKeyWarning=WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!\n\
  36. The connection might be compromised (man-in-the-middle attack).\n\
  37. It is also possible that the {0} key of the host has just been changed.\n\
  38. The expected {1} key for host ''{2}'' has the fingerprints:\n\
  39. {3}\n\
  40. {4}\n\
  41. The {0} key actually received has the fingerprints:\n\
  42. {5}\n\
  43. {6}
  44. knownHostsRevokedKeyMsg=Host ''{0}'' sent a key that is marked as revoked in the known hosts file {1}.
  45. knownHostsUnknownKeyMsg=The authenticity of host ''{0}'' cannot be established.
  46. knownHostsUnknownKeyPrompt=Accept and store this key, and continue connecting?
  47. knownHostsUnknownKeyType=Cannot read server key from known hosts file {0}; line {1}
  48. knownHostsUserAskCreationMsg=File {0} does not exist.
  49. knownHostsUserAskCreationPrompt=Create file {0} ?
  50. loginDenied=Cannot log in at {0}:{1}
  51. passwordPrompt=Password
  52. proxyCannotAuthenticate=Cannot authenticate to proxy {0}
  53. proxyHttpFailure=HTTP Proxy connection to {0} failed with code {1}: {2}
  54. proxyHttpInvalidUserName=HTTP proxy connection {0} with invalid user name; must not contain colons: {1}
  55. proxyHttpUnexpectedReply=Unexpected HTTP proxy response from {0}: {1}
  56. proxyHttpUnspecifiedFailureReason=unspecified reason
  57. proxyJumpAbort=ProxyJump chain too long at {0}
  58. proxyPasswordPrompt=Proxy password
  59. proxySocksAuthenticationFailed=Authentication to SOCKS5 proxy {0} failed
  60. proxySocksFailureForbidden=SOCKS5 proxy {0}: connection to {1} not allowed by ruleset
  61. proxySocksFailureGeneral=SOCKS5 proxy {0}: general failure
  62. proxySocksFailureHostUnreachable=SOCKS5 proxy {0}: host unreachable {1}
  63. proxySocksFailureNetworkUnreachable=SOCKS5 proxy {0}: network unreachable {1}
  64. proxySocksFailureRefused=SOCKS5 proxy {0}: connection refused {1}
  65. proxySocksFailureTTL=TTL expired in SOCKS5 proxy connection {0}
  66. proxySocksFailureUnspecified=Unspecified failure in SOCKS5 proxy connection {0}
  67. proxySocksFailureUnsupportedAddress=SOCKS5 proxy {0} does not support address type
  68. proxySocksFailureUnsupportedCommand=SOCKS5 proxy {0} does not support CONNECT command
  69. proxySocksGssApiFailure=Cannot authenticate with GSS-API to SOCKS5 proxy {0}
  70. proxySocksGssApiMessageTooShort=SOCKS5 proxy {0} sent too short message
  71. proxySocksGssApiUnknownMessage=SOCKS5 proxy {0} sent unexpected GSS-API message type, expected 1, got {1}
  72. proxySocksGssApiVersionMismatch=SOCKS5 proxy {0} sent wrong GSS-API version number, expected 1, got {1}
  73. proxySocksNoRemoteHostName=Could not send remote address {0}
  74. proxySocksPasswordTooLong=Password for proxy {0} must be at most 255 bytes long, is {1} bytes
  75. proxySocksUnexpectedMessage=Unexpected message received from SOCKS5 proxy {0}; client state {1}: {2}
  76. proxySocksUnexpectedVersion=Expected SOCKS version 5, got {0}
  77. proxySocksUsernameTooLong=User name for proxy {0} must be at most 255 bytes long, is {1} bytes: {2}
  78. pubkeyAuthWrongCommand=Public key authentication received unknown SSH command {0} from {1} ({2})
  79. pubkeyAuthWrongKey=Public key authentication received wrong key; sent {0}, got back {1} from {2} ({3})
  80. pubkeyAuthWrongSignatureAlgorithm=Public key authentication requested signature type {0} but got back {1} from {2} ({3})
  81. serverIdNotReceived=No server identification received within {0} bytes
  82. serverIdTooLong=Server identification is longer than 255 characters (including line ending): {0}
  83. serverIdWithNul=Server identification contains a NUL character: {0}
  84. sessionCloseFailed=Closing the session failed
  85. sessionWithoutUsername=SSH session created without user name; cannot authenticate
  86. sshClosingDown=Apache MINA sshd session factory is closing down; cannot create new ssh sessions on this factory
  87. sshCommandTimeout={0} timed out after {1} seconds while opening the channel
  88. sshProcessStillRunning={0} is not yet completed, cannot get exit code
  89. sshProxySessionCloseFailed=Error while closing proxy session {0}
  90. unknownProxyProtocol=Ignoring unknown proxy protocol {0}