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 5.5KB

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