Я намагаюся встановити двосторонній SSH-зв’язок між MacBook (192.168.1.3) під керуванням OS X 10.9.5 та настільним комп'ютером (192.168.1.2) під керуванням Korora 23 (в основному Fedora 23 з додатковими додатками, пакетами та сховищами на установка). Я створив кожен комп'ютер як хост, так і клієнт. Можливо успішно ssh з клієнта OS X на хост Linux, але перехід від клієнта Linux до хоста OS X призводить до цього результату (я замінив номер порту на xxxxx):
$ ssh MacBook -vvv
OpenSSH_7.2p2, OpenSSL 1.0.2g-fips 1 Mar 2016
debug1: Reading configuration data /home/alex/.ssh/config
debug1: /home/alex/.ssh/config line 1: Applying options for *
debug1: /home/alex/.ssh/config line 4: Applying options for MacBook
debug3: kex names ok: [diffie-hellman-group-exchange-sha256]
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: resolving "192.168.1.3" port xxxxx
debug2: ssh_connect_direct: needpriv 0
debug1: Connecting to 192.168.1.3 [192.168.1.3] port xxxxx.
debug1: Connection established.
debug1: identity file /home/alex/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity file /home/alex/.ssh/id_rsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.2
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.2
debug1: match: OpenSSH_6.2 pat OpenSSH* compat 0x04000000
debug2: fd 3 setting O_NONBLOCK
debug1: Authenticating to 192.168.1.3:xxxxx as 'alex'
debug3: send packet: type 20
debug1: SSH2_MSG_KEXINIT sent
debug3: receive packet: type 20
debug1: SSH2_MSG_KEXINIT received
debug2: local client KEXINIT proposal
debug2: KEX algorithms: diffie-hellman-group-exchange-sha256,ext-info-c
debug2: host key algorithms: ssh-rsa
debug2: ciphers ctos: aes128-ctr,aes192-ctr,aes256- ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128- cbc,aes192-cbc,aes256-cbc,arcfour
debug2: ciphers stoc: aes128-ctr,aes192-ctr,aes256- ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour
debug2: MACs ctos: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160
debug2: MACs stoc: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160
debug2: compression ctos: zlib@openssh.com,zlib,none
debug2: compression stoc: zlib@openssh.com,zlib,none
debug2: languages ctos:
debug2: languages stoc:
debug2: first_kex_follows 0
debug2: reserved 0
debug2: peer server KEXINIT proposal
debug2: KEX algorithms: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: host key algorithms: ssh-rsa
debug2: ciphers ctos: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
debug2: ciphers stoc: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
debug2: MACs ctos: hmac-md5-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-md5-96-etm@openssh.com,hmac-md5,hmac-sha1,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: MACs stoc: hmac-md5-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-md5-96-etm@openssh.com,hmac-md5,hmac-sha1,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: compression ctos: none,zlib@openssh.com
debug2: compression stoc: none,zlib@openssh.com
debug2: languages ctos:
debug2: languages stoc:
debug2: first_kex_follows 0
debug2: reserved 0
debug1: kex: algorithm: diffie-hellman-group-exchange-sha256
debug1: kex: host key algorithm: ssh-rsa
debug1: kex: server->client cipher: aes128-ctr MAC: hmac-md5 compression: zlib@openssh.com
debug1: kex: client->server cipher: aes128-ctr MAC: hmac-md5 compression: zlib@openssh.com
debug1: kex: diffie-hellman-group-exchange-sha256 need=16 dh_need=16
debug1: kex: diffie-hellman-group-exchange-sha256 need=16 dh_need=16
debug3: send packet: type 34
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(2048<3072<8192) sent
debug3: receive packet: type 31
debug1: got SSH2_MSG_KEX_DH_GEX_GROUP
debug2: bits set: 1543/3072
debug3: send packet: type 32
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug3: receive packet: type 33
debug1: got SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: ssh-rsa SHA256:gv0L2YQKQKyddwo09OecUJcy/W5ACn/PxzmhBqh9i4I
debug3: put_host_port: [192.168.1.3]:xxxxx
debug3: put_host_port: [192.168.1.3]:xxxxx
debug3: hostkeys_foreach: reading file "/home/alex/.ssh/known_hosts"
debug3: record_hostkey: found key type RSA in file /home/alex/.ssh/known_hosts:1
debug3: load_hostkeys: loaded 1 keys from [192.168.1.3]:xxxxx
debug3: hostkeys_foreach: reading file "/home/alex/.ssh/known_hosts"
debug3: record_hostkey: found key type RSA in file /home/alex/.ssh/known_hosts:1
debug3: load_hostkeys: loaded 1 keys from [192.168.1.3]:xxxxx
debug1: Host '[192.168.1.3]:xxxxx' is known and matches the RSA host key.
debug1: Found key in /home/alex/.ssh/known_hosts:1
debug2: bits set: 1520/3072
debug3: send packet: type 21
debug2: set_newkeys: mode 1
debug1: rekey after 4294967296 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug3: receive packet: type 21
debug2: set_newkeys: mode 0
debug1: rekey after 4294967296 blocks
debug1: SSH2_MSG_NEWKEYS received
debug2: key: /home/alex/.ssh/id_rsa (0x5605a87e8660), explicit
debug3: send packet: type 5
debug3: receive packet: type 6
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug3: send packet: type 50
debug3: receive packet: type 51
debug1: Authentications that can continue: publickey
debug3: start over, passed a different list publickey
debug3: preferred publickey
debug3: authmethod_lookup publickey
debug3: remaining preferred:
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/alex/.ssh/id_rsa
debug3: send_pubkey_test
debug3: send packet: type 50
debug2: we sent a publickey packet, wait for reply
debug3: receive packet: type 51
debug1: Authentications that can continue: publickey
debug2: we did not send a packet, disable method
debug1: No more authentication methods to try.
Permission denied (publickey).
На хості OS X /private/var/log/system.log
єдиним відповідним записом здається:
MacBook.local sshd [2291]: З'єднання закрито на 192.168.1.2 [preauth]
Власність та дозволи на Linux:
$ ls -al /home
total 32
drwxr-xr-x. 4 alex alex 4096 Apr 7 15:49 .
dr-xr-xr-x. 18 root root 4096 Feb 6 13:59 ..
drwx------. 28 alex alex 4096 Apr 12 15:07 alex
drwx------. 2 root root 16384 Apr 7 15:41 lost+found
$ ls -al ~/.ssh/
total 32
drwx------. 2 alex alex 4096 Apr 11 16:40 .
drwx------. 28 alex alex 4096 Apr 12 15:07 ..
-rw-------. 1 alex alex 400 Apr 4 23:50 authorized_keys
-rw-------. 1 alex alex 2540 Apr 12 13:48 config
-rw-------. 1 alex alex 1679 Apr 11 16:28 id_rsa
-rw-r--r--. 1 alex alex 394 Apr 11 16:28 id_rsa.pub
-rw-------. 1 alex alex 401 Apr 11 16:40 known_hosts
В ОС X:
ls -al ~/.ssh/
total 64
drwx------ 8 alex alex 272 11 Apr 16:43 .
drwxr-xr-x@ 73 alex staff 2482 12 Apr 15:13 ..
-rw-r--r--@ 1 alex alex 6148 11 Apr 16:43 .DS_Store
-rw-------@ 1 alex alex 719 11 Apr 16:39 authorized_keys.rtf
-rw-------@ 1 alex alex 2556 5 Apr 00:13 config
-rw------- 1 alex alex 1675 4 Apr 23:04 id_rsa
-rw-r--r-- 1 alex alex 400 4 Apr 23:04 id_rsa.pub
-rw------- 1 alex alex 401 8 Apr 22:31 known_hosts
Також спробував 644 дозволи на authorized_keys
і known_hosts
на обох комп'ютерах. Перезапустили пари ключів від клієнта Linux (де, здається, проблема), але нічого не змінилося. Я вручну вставляв відкриті ключі клієнтів до authorized_keys
файлів хостів , гарантуючи, що ключ знаходиться в одному рядку; також вставив їх у поле ключа SSH аутентифікації маршрутизатора.
Гуглити та читати годинами; не вдалося знайти багато, що стосується наступних рядків, які, здається, є ключем до проблеми:
debug3: send_pubkey_test
debug3: send packet: type 50
debug2: we sent a publickey packet, wait for reply
debug3: receive packet: type 51
debug1: Authentications that can continue: publickey
debug2: we did not send a packet, disable method
Моя ситуація підключення клієнта закрита набагато рідше, ніж з'єднання, закрите хостом.
Буду дуже вдячний за допомогу.
Дякую аксіак, що я зрозумів мою дурну помилку. Окрім того, щоб побачити розширення .rtf та зрозуміти формат, було неправильним, чи хтось із інших результатів давав підказки для вирішення проблеми?
Я перейшов до Отримати інформацію про цей файл, вилучив .rtf, відкрив iText Express, перейшов до Style і поставив галочку Plain, зберег у /.ssh, змінив право власності та дозволи, видалив інший authorized_keys
файл, перезавантажив Mac, і нарешті міг підключитися з клієнт Linux! Після всіх конфігурацій файлів, брандмауерів, дозволів - на 2-х різних ОС, SELinux, маршрутизаторі та, можливо, інших конфігураціях, яких я навіть не пам'ятаю, все зводилося до дурної помилки шрифту для 1 файлу. SSH - це чудовий протокол для передачі файлів між двома комп’ютерами, але, безумовно, невблаганний та нелегкий для того, щоб правильно підійти. Особливо під час роботи з різними ОС і хочуть йти в обох напрямках. Знову дякую.