Just upgraded to 2.0. Now all backups are in state FAILED
With the error for the: ssh output clean: FAILED (the configured ssh_command must not add anything to the remote command output)
Tried to google. But don't understand the matter what is the problem with this?
barman@barman_server.com:/root$ ssh
postgres@target_server.com -v
OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013
debug1: Reading configuration data /var/lib/barman/.ssh/config
debug1: /var/lib/barman/.ssh/config line 1: Applying options for *.
target_server.comdebug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 56: Applying options for *
debug1: Connecting to
target_server.com [172.16.18.5] port 22.
debug1: Connection established.
debug1: identity file /var/lib/barman/.ssh/id_rsa type 1
debug1: identity file /var/lib/barman/.ssh/id_rsa-cert type -1
debug1: identity file /var/lib/barman/.ssh/id_dsa type -1
debug1: identity file /var/lib/barman/.ssh/id_dsa-cert type -1
debug1: identity file /var/lib/barman/.ssh/id_ecdsa type -1
debug1: identity file /var/lib/barman/.ssh/id_ecdsa-cert type -1
debug1: identity file /var/lib/barman/.ssh/id_ed25519 type -1
debug1: identity file /var/lib/barman/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1
debug1: match: OpenSSH_6.6.1 pat OpenSSH_6.6.1* compat 0x04000000
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr
hmac-m...@openssh.com none
debug1: kex: client->server aes128-ctr
hmac-m...@openssh.com none
debug1: kex:
curve255...@libssh.org need=16 dh_need=16
debug1: kex:
curve255...@libssh.org need=16 dh_need=16
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ECDSA 53:c1:d7:6a:48:fb:43:5d:f4:a8:f3:67:9d:3e:fa:ab
Warning: Permanently added '
target_server.com,172.16.18.5' (ECDSA) to the list of known hosts.
debug1: ssh_ecdsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
debug1: Next authentication method: gssapi-keyex
debug1: No valid Key exchange context
debug1: Next authentication method: gssapi-with-mic
debug1: Unspecified GSS failure. Minor code may provide more information
No Kerberos credentials available
debug1: Unspecified GSS failure. Minor code may provide more information
No Kerberos credentials available
debug1: Unspecified GSS failure. Minor code may provide more information
debug1: Unspecified GSS failure. Minor code may provide more information
No Kerberos credentials available
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /var/lib/barman/.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 279
debug1: key_parse_private2: missing begin marker
debug1: read PEM private key done: type RSA
debug1: Authentication succeeded (publickey).
Authenticated to
target_server.com ([172.16.18.5]:22).
debug1: channel 0: new [client-session]
debug1: Requesting
no-more-...@openssh.comdebug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending env LANG = en_US.UTF-8
postgres@target_server.com:~$
From other side, same.