<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Problem with backup config over SSH in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/problem-with-backup-config-over-ssh/m-p/51636#M14136</link>
    <description>&lt;I&gt;                                                                             Offtop: &lt;A href="https://clck.yandex.ru/click/dtype=stred/pid=20/cid=71883/path=page-translation.fulltext/*https://slovari.yandex.ru/%7Ep/%D0%96%D0%B0%D0%BB%D1%8C%2C%20%D1%87%D1%82%D0%BE%20%D0%BD%D0%B0%20%D1%84%D0%BE%D1%80%D1%83%D0%BC%D0%B5%20%D0%BD%D0%B5%D1%82%20%D0%BB%D0%B8%D1%87%D0%BD%D1%8B%D1%85%20%D1%81%D0%BE%D0%BE%D0%B1%D1%89%D0%B5%D0%BD%D0%B8%D0%B9/%D0%BF%D0%B5%D1%80%D0%B5%D0%B2%D0%BE%D0%B4/" target="_blank" rel="nofollow noreferrer noopener"&gt;https://clck.yandex.ru/click/dtype=stred/pid=20/cid=71883/path=page-translation.fulltext/*https://slovari.yandex.ru/%7Ep/%D0%96%D0%B0%D0%BB%D1%8C%2C%20%D1%87%D1%82%D0%BE%20%D0%BD%D0%B0%20%D1%84%D0%BE%D1%80%D1%83%D0%BC%D0%B5%20%D0%BD%D0%B5%D1%82%20%D0%BB%D0%B8%D1%87%D0%BD%D1%8B%D1%85%20%D1%81%D0%BE%D0%BE%D0%B1%D1%89%D0%B5%D0%BD%D0%B8%D0%B9/%D0%BF%D0%B5%D1%80%D0%B5%D0%B2%D0%BE%D0%B4/&lt;/A&gt;&lt;/I&gt;It is a pity that the forum has no private messages option. It would be interesting to chat with colleague from Russia.&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Wed, 02 Sep 2015 12:46:00 GMT</pubDate>
    <dc:creator>eyeV</dc:creator>
    <dc:date>2015-09-02T12:46:00Z</dc:date>
    <item>
      <title>Problem with backup config over SSH</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/problem-with-backup-config-over-ssh/m-p/51632#M14132</link>
      <description>Problem appear when make automated config-backups over SSH-protocol with key-based authentication.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Sep 2015 14:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/problem-with-backup-config-over-ssh/m-p/51632#M14132</guid>
      <dc:creator>Mikhail_Ivanov</dc:creator>
      <dc:date>2015-09-01T14:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problem with backup config over SSH</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/problem-with-backup-config-over-ssh/m-p/51633#M14133</link>
      <description>How to reproduce:&lt;BR /&gt;
I have Extreme Summit x460-48x switch with XOS  15.3.3.5 (patch1-4) with ssh-module.&lt;BR /&gt;
I configured user 'backuper' for key-based auth in ssh:&lt;BR /&gt;
&lt;BR /&gt;
----------------------------------&lt;BR /&gt;
create account admin backuper encrypted "&lt;HASH&gt;" &lt;BR /&gt;
create sshd2 user-key backuper_ssh_pubkey AAAA&lt;KEY-1-PUB-BODY&gt;&lt;BR /&gt;
create sshd2 user-key backuper2_ssh_pubkey AAAA&lt;KEY-2-PUB-BODY&gt;&lt;BR /&gt;
configure sshd2 user-key backuper_ssh_pubkey add user backuper&lt;BR /&gt;
configure sshd2 user-key backuper2_ssh_pubkey add user backuper&lt;BR /&gt;
----------------------------------&lt;BR /&gt;
&lt;BR /&gt;
User 'backuper' contain two public-keys - each key for each backup-server.&lt;BR /&gt;
I make backups from linux-server (Fedora 21) with this command:&lt;BR /&gt;
&lt;BR /&gt;
----------------------------------&lt;BR /&gt;
ssh 10.44.0.15 "show configuration" &amp;gt; ex460-48x_1.conf 2&amp;gt;/dev/null&lt;BR /&gt;
----------------------------------&lt;BR /&gt;
&lt;BR /&gt;
And have strange behavior - when i running this command in bash/sh shell manually, command work correctly, and configuration-dump stored in ex460-48x_1.conf .&lt;BR /&gt;
&lt;BR /&gt;
But when i running this command from bash-script, executed by crontab every night, the result file contain only 2 bytes 0x0D 0x0A.&lt;BR /&gt;
&lt;BR /&gt;
I turn on debug-log for ssh-client in my backup-script:&lt;BR /&gt;
&lt;BR /&gt;
----------------------------------&lt;BR /&gt;
ssh -v -v -v 10.44.0.15 "show configuration" 1&amp;gt; ex460-48x_gate.conf 2&amp;gt; ex460-48x_gate.log&lt;BR /&gt;
----------------------------------&lt;BR /&gt;
&lt;BR /&gt;
Detailed SSH-log, writed by cron:&lt;BR /&gt;
&lt;BR /&gt;
----------------------------------&lt;BR /&gt;
OpenSSH_6.6.1, OpenSSL 1.0.1k-fips 8 Jan 2015&lt;BR /&gt;
debug1: Reading configuration data /etc/ssh/ssh_config&lt;BR /&gt;
debug1: /etc/ssh/ssh_config line 51: Applying options for *&lt;BR /&gt;
debug2: ssh_connect: needpriv 0&lt;BR /&gt;
debug1: Connecting to 10.44.0.15.225 [10.44.0.15] port 22.&lt;BR /&gt;
debug1: Connection established.&lt;BR /&gt;
debug3: Incorrect RSA1 identifier&lt;BR /&gt;
debug3: Could not load "/home/backuper/.ssh/id_rsa" as a RSA1 public key&lt;BR /&gt;
debug1: identity file /home/backuper/.ssh/id_rsa type 1&lt;BR /&gt;
debug1: identity file /home/backuper/.ssh/id_rsa-cert type -1&lt;BR /&gt;
debug1: identity file /home/backuper/.ssh/id_dsa type -1&lt;BR /&gt;
debug1: identity file /home/backuper/.ssh/id_dsa-cert type -1&lt;BR /&gt;
debug1: identity file /home/backuper/.ssh/id_ecdsa type -1&lt;BR /&gt;
debug1: identity file /home/backuper/.ssh/id_ecdsa-cert type -1&lt;BR /&gt;
debug1: identity file /home/backuper/.ssh/id_ed25519 type -1&lt;BR /&gt;
debug1: identity file /home/backuper/.ssh/id_ed25519-cert type -1&lt;BR /&gt;
debug1: Enabling compatibility mode for protocol 2.0&lt;BR /&gt;
debug1: Local version string SSH-2.0-OpenSSH_6.6.1&lt;BR /&gt;
debug1: Remote protocol version 2.0, remote software version 4.1.2 SSH Secure Shell Toolkit&lt;BR /&gt;
debug1: no match: 4.1.2 SSH Secure Shell Toolkit&lt;BR /&gt;
debug2: fd 3 setting O_NONBLOCK&lt;BR /&gt;
debug3: load_hostkeys: loading entries for host "10.44.0.15" from file "/home/backuper/.ssh/known_hosts"&lt;BR /&gt;
debug3: load_hostkeys: found key type DSA in file /home/backuper/.ssh/known_hosts:7&lt;BR /&gt;
debug3: load_hostkeys: loaded 1 keys&lt;BR /&gt;
debug3: order_hostkeyalgs: prefer hostkeyalgs: &lt;A href="https://mailto:ssh-dss-cert-v01@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;ssh-dss-cert-v01@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:ssh-dss-cert-v00@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;ssh-dss-cert-v00@openssh.com&lt;/A&gt;,ssh-dss&lt;BR /&gt;
debug1: SSH2_MSG_KEXINIT sent&lt;BR /&gt;
debug1: SSH2_MSG_KEXINIT received&lt;BR /&gt;
debug2: kex_parse_kexinit: &lt;A href="https://mailto:curve25519-sha256@libssh.org" target="_blank" rel="nofollow noreferrer noopener"&gt;curve25519-sha256@libssh.org&lt;/A&gt;,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1&lt;BR /&gt;
debug2: kex_parse_kexinit: &lt;A href="https://mailto:ssh-dss-cert-v01@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;ssh-dss-cert-v01@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:ssh-dss-cert-v00@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;ssh-dss-cert-v00@openssh.com&lt;/A&gt;,ssh-dss,&lt;A href="https://mailto:ecdsa-sha2-nistp256-cert-v01@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;ecdsa-sha2-nistp256-cert-v01@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:ecdsa-sha2-nistp384-cert-v01@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;ecdsa-sha2-nistp384-cert-v01@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:ecdsa-sha2-nistp521-cert-v01@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;ecdsa-sha2-nistp521-cert-v01@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:ssh-ed25519-cert-v01@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;ssh-ed25519-cert-v01@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:ssh-rsa-cert-v01@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;ssh-rsa-cert-v01@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:ssh-rsa-cert-v00@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;ssh-rsa-cert-v00@openssh.com&lt;/A&gt;,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,ssh-rsa&lt;BR /&gt;
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,&lt;A href="https://mailto:aes128-gcm@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;aes128-gcm@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:aes256-gcm@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;aes256-gcm@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:chacha20-poly1305@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;chacha20-poly1305@openssh.com&lt;/A&gt;,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,&lt;A href="https://mailto:rijndael-cbc@lysator.liu.se" target="_blank" rel="nofollow noreferrer noopener"&gt;rijndael-cbc@lysator.liu.se&lt;/A&gt;&lt;BR /&gt;
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,&lt;A href="https://mailto:aes128-gcm@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;aes128-gcm@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:aes256-gcm@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;aes256-gcm@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:chacha20-poly1305@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;chacha20-poly1305@openssh.com&lt;/A&gt;,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,&lt;A href="https://mailto:rijndael-cbc@lysator.liu.se" target="_blank" rel="nofollow noreferrer noopener"&gt;rijndael-cbc@lysator.liu.se&lt;/A&gt;&lt;BR /&gt;
debug2: kex_parse_kexinit: &lt;A href="https://mailto:hmac-md5-etm@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;hmac-md5-etm@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:hmac-sha1-etm@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;hmac-sha1-etm@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:umac-64-etm@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;umac-64-etm@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:umac-128-etm@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;umac-128-etm@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:hmac-sha2-256-etm@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;hmac-sha2-256-etm@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:hmac-sha2-512-etm@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;hmac-sha2-512-etm@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:hmac-ripemd160-etm@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;hmac-ripemd160-etm@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:hmac-sha1-96-etm@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;hmac-sha1-96-etm@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:hmac-md5-96-etm@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;hmac-md5-96-etm@openssh.com&lt;/A&gt;,hmac-md5,hmac-sha1,&lt;A href="https://mailto:umac-64@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;umac-64@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:umac-128@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;umac-128@openssh.com&lt;/A&gt;,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,&lt;A href="https://mailto:hmac-ripemd160@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;hmac-ripemd160@openssh.com&lt;/A&gt;,hmac-sha1-96,hmac-md5-96&lt;BR /&gt;
debug2: kex_parse_kexinit: &lt;A href="https://mailto:hmac-md5-etm@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;hmac-md5-etm@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:hmac-sha1-etm@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;hmac-sha1-etm@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:umac-64-etm@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;umac-64-etm@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:umac-128-etm@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;umac-128-etm@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:hmac-sha2-256-etm@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;hmac-sha2-256-etm@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:hmac-sha2-512-etm@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;hmac-sha2-512-etm@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:hmac-ripemd160-etm@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;hmac-ripemd160-etm@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:hmac-sha1-96-etm@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;hmac-sha1-96-etm@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:hmac-md5-96-etm@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;hmac-md5-96-etm@openssh.com&lt;/A&gt;,hmac-md5,hmac-sha1,&lt;A href="https://mailto:umac-64@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;umac-64@openssh.com&lt;/A&gt;,&lt;A href="https://mailto:umac-128@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;umac-128@openssh.com&lt;/A&gt;,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,&lt;A href="https://mailto:hmac-ripemd160@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;hmac-ripemd160@openssh.com&lt;/A&gt;,hmac-sha1-96,hmac-md5-96&lt;BR /&gt;
debug2: kex_parse_kexinit: none,&lt;A href="https://mailto:zlib@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;zlib@openssh.com&lt;/A&gt;,zlib&lt;BR /&gt;
debug2: kex_parse_kexinit: none,&lt;A href="https://mailto:zlib@openssh.com" target="_blank" rel="nofollow noreferrer noopener"&gt;zlib@openssh.com&lt;/A&gt;,zlib&lt;BR /&gt;
debug2: kex_parse_kexinit: &lt;BR /&gt;
debug2: kex_parse_kexinit: &lt;BR /&gt;
debug2: kex_parse_kexinit: first_kex_follows 0 &lt;BR /&gt;
debug2: kex_parse_kexinit: reserved 0 &lt;BR /&gt;
debug2: kex_parse_kexinit: diffie-hellman-group1-sha1&lt;BR /&gt;
debug2: kex_parse_kexinit: ssh-dss&lt;BR /&gt;
debug2: kex_parse_kexinit: aes256-cbc,aes192-cbc,aes128-cbc,twofish256-cbc,twofish-cbc,twofish192-cbc,twofish128-cbc,blowfish-cbc,3des-cbc&lt;BR /&gt;
debug2: kex_parse_kexinit: aes256-cbc,aes192-cbc,aes128-cbc,twofish256-cbc,twofish-cbc,twofish192-cbc,twofish128-cbc,blowfish-cbc,3des-cbc&lt;BR /&gt;
debug2: kex_parse_kexinit: hmac-sha1,hmac-md5,hmac-sha1-96,hmac-md5-96&lt;BR /&gt;
debug2: kex_parse_kexinit: hmac-sha1,hmac-md5,hmac-sha1-96,hmac-md5-96&lt;BR /&gt;
debug2: kex_parse_kexinit: none&lt;BR /&gt;
debug2: kex_parse_kexinit: none&lt;BR /&gt;
debug2: kex_parse_kexinit: &lt;BR /&gt;
debug2: kex_parse_kexinit: &lt;BR /&gt;
debug2: kex_parse_kexinit: first_kex_follows 0 &lt;BR /&gt;
debug2: kex_parse_kexinit: reserved 0 &lt;BR /&gt;
debug2: mac_setup: setup hmac-md5&lt;BR /&gt;
debug1: kex: server-&amp;gt;client aes128-cbc hmac-md5 none&lt;BR /&gt;
debug2: mac_setup: setup hmac-md5&lt;BR /&gt;
debug1: kex: client-&amp;gt;server aes128-cbc hmac-md5 none&lt;BR /&gt;
debug1: kex: diffie-hellman-group1-sha1 need=16 dh_need=16&lt;BR /&gt;
debug1: kex: diffie-hellman-group1-sha1 need=16 dh_need=16&lt;BR /&gt;
debug2: bits set: 526/1024&lt;BR /&gt;
debug1: sending SSH2_MSG_KEXDH_INIT&lt;BR /&gt;
debug1: expecting SSH2_MSG_KEXDH_REPLY&lt;BR /&gt;
debug1: Server host key: DSA 9a:a5:eb:a2:4b:22:d8:15:ab:f0:c7:da:a3:f1:3a:56&lt;BR /&gt;
debug3: load_hostkeys: loading entries for host "10.44.0.15" from file "/home/backuper/.ssh/known_hosts"&lt;BR /&gt;
debug3: load_hostkeys: found key type DSA in file /home/backuper/.ssh/known_hosts:7&lt;BR /&gt;
debug3: load_hostkeys: loaded 1 keys&lt;BR /&gt;
debug1: Host '10.44.0.15' is known and matches the DSA host key.&lt;BR /&gt;
debug1: Found key in /home/backuper/.ssh/known_hosts:7&lt;BR /&gt;
debug2: bits set: 524/1024&lt;BR /&gt;
debug1: ssh_dss_verify: signature correct&lt;BR /&gt;
debug2: kex_derive_keys&lt;BR /&gt;
debug2: set_newkeys: mode 1&lt;BR /&gt;
debug1: SSH2_MSG_NEWKEYS sent&lt;BR /&gt;
debug1: expecting SSH2_MSG_NEWKEYS&lt;BR /&gt;
debug2: set_newkeys: mode 0&lt;BR /&gt;
debug1: SSH2_MSG_NEWKEYS received&lt;BR /&gt;
debug1: Roaming not allowed by server&lt;BR /&gt;
debug1: SSH2_MSG_SERVICE_REQUEST sent&lt;BR /&gt;
debug2: service_accept: ssh-userauth&lt;BR /&gt;
debug1: SSH2_MSG_SERVICE_ACCEPT received&lt;BR /&gt;
debug2: key: /home/backuper/.ssh/id_rsa (0x55c49f0af290),&lt;BR /&gt;
debug2: key: /home/backuper/.ssh/id_dsa ((nil)),&lt;BR /&gt;
debug2: key: /home/backuper/.ssh/id_ecdsa ((nil)),&lt;BR /&gt;
debug2: key: /home/backuper/.ssh/id_ed25519 ((nil)),&lt;BR /&gt;
debug3: input_userauth_banner&lt;BR /&gt;
------------------------------&lt;BR /&gt;
   *** WEBA Networks ***&lt;BR /&gt;
------------------------------&lt;BR /&gt;
&lt;BR /&gt;
debug1: Authentications that can continue: publickey,keyboard-interactive,password&lt;BR /&gt;
debug3: start over, passed a different list publickey,keyboard-interactive,password&lt;BR /&gt;
debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password&lt;BR /&gt;
debug3: authmethod_lookup publickey&lt;BR /&gt;
debug3: remaining preferred: keyboard-interactive,password&lt;BR /&gt;
debug3: authmethod_is_enabled publickey&lt;BR /&gt;
debug1: Next authentication method: publickey&lt;BR /&gt;
debug1: Offering RSA public key: /home/backuper/.ssh/id_rsa&lt;BR /&gt;
debug3: send_pubkey_test&lt;BR /&gt;
debug2: we sent a publickey packet, wait for reply&lt;BR /&gt;
debug1: Server accepts key: pkalg ssh-rsa blen 1047&lt;BR /&gt;
debug2: input_userauth_pk_ok: fp 96??ad:52:aa:39:9f:0c:e3:c2:bb:f1:08:79:48:3d&lt;BR /&gt;
debug3: sign_and_send_pubkey: RSA 96??ad:52:aa:39:9f:0c:e3:c2:bb:f1:08:79:48:3d&lt;BR /&gt;
debug1: key_parse_private2: missing begin marker&lt;BR /&gt;
debug1: read PEM private key done: type RSA&lt;BR /&gt;
debug1: Authentication succeeded (publickey).&lt;BR /&gt;
Authenticated to 10.44.0.15 ([10.44.0.15]:22).&lt;BR /&gt;
debug2: fd 4 setting O_NONBLOCK&lt;BR /&gt;
debug2: fd 5 setting O_NONBLOCK&lt;BR /&gt;
debug2: fd 6 setting O_NONBLOCK&lt;BR /&gt;
debug1: channel 0: new [client-session]&lt;BR /&gt;
debug3: ssh_session2_open: channel_new: 0&lt;BR /&gt;
debug2: channel 0: send open&lt;BR /&gt;
debug1: Entering interactive session.&lt;BR /&gt;
debug2: callback start&lt;BR /&gt;
debug2: fd 3 setting TCP_NODELAY&lt;BR /&gt;
debug3: packet_set_tos: set IP_TOS 0x08&lt;BR /&gt;
debug2: client_session2_setup: id 0&lt;BR /&gt;
debug1: Sending environment.&lt;BR /&gt;
debug3: Ignored env XDG_SESSION_ID&lt;BR /&gt;
debug3: Ignored env SHELL&lt;BR /&gt;
debug3: Ignored env USER&lt;BR /&gt;
debug3: Ignored env PATH&lt;BR /&gt;
debug3: Ignored env PWD&lt;BR /&gt;
debug1: Sending env LANG = ru_RU.UTF-8&lt;BR /&gt;
debug2: channel 0: request env confirm 0&lt;BR /&gt;
debug3: Ignored env HOME&lt;BR /&gt;
debug3: Ignored env SHLVL&lt;BR /&gt;
debug3: Ignored env LOGNAME&lt;BR /&gt;
debug3: Ignored env XDG_RUNTIME_DIR&lt;BR /&gt;
debug3: Ignored env _&lt;BR /&gt;
debug3: Ignored env OLDPWD&lt;BR /&gt;
debug1: Sending command: show configuration&lt;BR /&gt;
debug2: channel 0: request exec confirm 1&lt;BR /&gt;
debug2: callback done&lt;BR /&gt;
debug2: channel 0: open confirm rwindow 16384 rmax 32768&lt;BR /&gt;
debug2: channel 0: read&amp;lt;=0 rfd 4 len 0&lt;BR /&gt;
debug2: channel 0: read failed&lt;BR /&gt;
debug2: channel 0: close_read&lt;BR /&gt;
debug2: channel 0: input open -&amp;gt; drain&lt;BR /&gt;
debug2: channel 0: ibuf empty&lt;BR /&gt;
debug2: channel 0: send eof&lt;BR /&gt;
debug2: channel 0: input drain -&amp;gt; closed&lt;BR /&gt;
debug2: channel_input_status_confirm: type 99 id 0&lt;BR /&gt;
debug2: exec request accepted on channel 0&lt;BR /&gt;
debug3: Received SSH2_MSG_IGNORE&lt;BR /&gt;
debug2: channel 0: rcvd eof&lt;BR /&gt;
debug2: channel 0: output open -&amp;gt; drain&lt;BR /&gt;
debug2: channel 0: rcvd close&lt;BR /&gt;
debug3: channel 0: will not send data after close&lt;BR /&gt;
debug3: channel 0: will not send data after close&lt;BR /&gt;
debug2: channel 0: obuf empty&lt;BR /&gt;
debug2: channel 0: close_write&lt;BR /&gt;
debug2: channel 0: output drain -&amp;gt; closed&lt;BR /&gt;
debug2: channel 0: almost dead&lt;BR /&gt;
debug2: channel 0: gc: notify user&lt;BR /&gt;
debug2: channel 0: gc: user detached&lt;BR /&gt;
debug2: channel 0: send close&lt;BR /&gt;
debug2: channel 0: is dead&lt;BR /&gt;
debug2: channel 0: garbage collecting&lt;BR /&gt;
debug1: channel 0: free: client-session, nchannels 1&lt;BR /&gt;
debug3: channel 0: status: The following connections are open:&lt;BR /&gt;
  #0 client-session (t4 r0 i3/0 o3/0 fd -1/-1 cc -1)&lt;BR /&gt;
&lt;BR /&gt;
debug1: fd 0 clearing O_NONBLOCK&lt;BR /&gt;
debug1: fd 1 clearing O_NONBLOCK&lt;BR /&gt;
debug1: fd 2 clearing O_NONBLOCK&lt;BR /&gt;
Transferred: sent 5712, received 2888 bytes, in 0.0 seconds&lt;BR /&gt;
Bytes per second: sent 263664.4, received 133309.3&lt;BR /&gt;
debug1: Exit status -1&lt;BR /&gt;
----------------------------------&lt;BR /&gt;
&lt;BR /&gt;
SSH Connect taking place , login-banner passed:&lt;BR /&gt;
------------------------------&lt;BR /&gt;
   *** WEBA Networks ***&lt;BR /&gt;
------------------------------&lt;BR /&gt;
but no config-data received!&lt;BR /&gt;
&lt;BR /&gt;
I use this servers for backup some other equipment with ssh-access (ex, Juniper EX/MX devices) with same schema (command "show config ..." over ssh-connect) and never has problem.&lt;BR /&gt;
&lt;BR /&gt;
Problem appear only from backup config from Summit Ex460-48x.&lt;BR /&gt;
&lt;BR /&gt;
I will hope for any idea for fix this issue.&lt;/KEY-2-PUB-BODY&gt;&lt;/KEY-1-PUB-BODY&gt;&lt;/HASH&gt;</description>
      <pubDate>Tue, 01 Sep 2015 14:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/problem-with-backup-config-over-ssh/m-p/51633#M14133</guid>
      <dc:creator>Mikhail_Ivanov</dc:creator>
      <dc:date>2015-09-01T14:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problem with backup config over SSH</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/problem-with-backup-config-over-ssh/m-p/51634#M14134</link>
      <description>Hi!&lt;BR /&gt;
I'm going to reproduce your problem today. I've never thought about this method of backing up.&lt;BR /&gt;
&lt;BR /&gt;
It's nice to see some russian names in Hub, namesake!&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Sep 2015 10:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/problem-with-backup-config-over-ssh/m-p/51634#M14134</guid>
      <dc:creator>eyeV</dc:creator>
      <dc:date>2015-09-02T10:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problem with backup config over SSH</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/problem-with-backup-config-over-ssh/m-p/51635#M14135</link>
      <description>This method is very simple - one string in script for one device, and very secure.  Only one key-pair for each backup-server, no additional software, keys with 8192 bits works     Interesting feature - SSH-Client in Ex460 work correctly with manual shell-connect, but not work, when i execute command from script by cron.     I create this script:    --------------------  #!/bin/bash    date='date "+%Y_%m_%d"';             # current date  [YYYY_mm_dd]  dir_open=/home/backuper/1/d/                       # directory for store backups  sftp_bin='/usr/bin/sftp -i /home/backuper/.ssh/id_rsa -r ';    mkdir $dir_open/$date  cd $dir_open/$date &amp;amp;&amp;amp; mkdir Ex460Gate  sync      echo "   ...BackUp All other servers ...";                                                                                                                                                                                                                                                                                                                  ssh -vvv -o 'BatchMode yes' 10.44.0.15 "show configuration" &amp;gt; $dir_open/$date/Ex460Gate/ex460-48x_gate.conf 2&amp;gt;/home/backuper/1/1.log                                       ssh -vvv -o 'BatchMode yes' 10.44.0.15 "show configuration detail" &amp;gt; $dir_open/$date/Ex460Gate/ex460-48x_gate-detail.conf 2&amp;gt;/home/backuper/1/2.log                          ----------------    When i run this script from shell manually - backup work correctly.  When i run this script from crontab automaticaly - no backup taking place.    Possibly some tweaks need - but i don't know. I use this script for many other servers and Juniper equipment  and never see problem.    Additionally, in this scheme backup-server less vulnerable in case of equipment or server's hack.    P.S. About russian names - at first i try found help on russian IT-forums, but this issue similar more complex, and i post this message in official forum.    I can make any logs and diagnostic tests, exclude reset config on Ex460 </description>
      <pubDate>Wed, 02 Sep 2015 12:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/problem-with-backup-config-over-ssh/m-p/51635#M14135</guid>
      <dc:creator>Mikhail_Ivanov</dc:creator>
      <dc:date>2015-09-02T12:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problem with backup config over SSH</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/problem-with-backup-config-over-ssh/m-p/51636#M14136</link>
      <description>&lt;I&gt;                                                                             Offtop: &lt;A href="https://clck.yandex.ru/click/dtype=stred/pid=20/cid=71883/path=page-translation.fulltext/*https://slovari.yandex.ru/%7Ep/%D0%96%D0%B0%D0%BB%D1%8C%2C%20%D1%87%D1%82%D0%BE%20%D0%BD%D0%B0%20%D1%84%D0%BE%D1%80%D1%83%D0%BC%D0%B5%20%D0%BD%D0%B5%D1%82%20%D0%BB%D0%B8%D1%87%D0%BD%D1%8B%D1%85%20%D1%81%D0%BE%D0%BE%D0%B1%D1%89%D0%B5%D0%BD%D0%B8%D0%B9/%D0%BF%D0%B5%D1%80%D0%B5%D0%B2%D0%BE%D0%B4/" target="_blank" rel="nofollow noreferrer noopener"&gt;https://clck.yandex.ru/click/dtype=stred/pid=20/cid=71883/path=page-translation.fulltext/*https://slovari.yandex.ru/%7Ep/%D0%96%D0%B0%D0%BB%D1%8C%2C%20%D1%87%D1%82%D0%BE%20%D0%BD%D0%B0%20%D1%84%D0%BE%D1%80%D1%83%D0%BC%D0%B5%20%D0%BD%D0%B5%D1%82%20%D0%BB%D0%B8%D1%87%D0%BD%D1%8B%D1%85%20%D1%81%D0%BE%D0%BE%D0%B1%D1%89%D0%B5%D0%BD%D0%B8%D0%B9/%D0%BF%D0%B5%D1%80%D0%B5%D0%B2%D0%BE%D0%B4/&lt;/A&gt;&lt;/I&gt;It is a pity that the forum has no private messages option. It would be interesting to chat with colleague from Russia.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Sep 2015 12:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/problem-with-backup-config-over-ssh/m-p/51636#M14136</guid>
      <dc:creator>eyeV</dc:creator>
      <dc:date>2015-09-02T12:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problem with backup config over SSH</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/problem-with-backup-config-over-ssh/m-p/51637#M14137</link>
      <description>You're not the only one who wants a private message feature &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Sep 2015 12:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/problem-with-backup-config-over-ssh/m-p/51637#M14137</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2015-09-02T12:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problem with backup config over SSH</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/problem-with-backup-config-over-ssh/m-p/51638#M14138</link>
      <description>It would be very useful!&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Sep 2015 12:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/problem-with-backup-config-over-ssh/m-p/51638#M14138</guid>
      <dc:creator>eyeV</dc:creator>
      <dc:date>2015-09-02T12:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problem with backup config over SSH</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/problem-with-backup-config-over-ssh/m-p/51639#M14139</link>
      <description>I have Jabber misha[at]weba.ru if need private conversation.&lt;BR /&gt;
More prefer solving equipment issue in public.&lt;BR /&gt;
&lt;BR /&gt;
Make config backups manually so exhaustive.&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Sep 2015 14:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/problem-with-backup-config-over-ssh/m-p/51639#M14139</guid>
      <dc:creator>Mikhail_Ivanov</dc:creator>
      <dc:date>2015-09-02T14:25:00Z</dc:date>
    </item>
  </channel>
</rss>

