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.0KB

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