Я пытаюсь установить двустороннюю связь 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

На OS 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 Экспресс, пошел в стиле и тикали Plain, сохраняются в /.ssh, сменила владельца и разрешения, удалил другой authorized_keys файл, перезагрузил Mac, и может , наконец , соединить от клиента Linux! После всех конфигураций файлов, брандмауэров, разрешений - на 2 разных ОС, SELinux, роутере и, возможно, других конфигурациях, которые я даже не помню, все сводилось к глупой ошибке шрифта для 1 файла. SSH - это отличный протокол для передачи файлов между двумя компьютерами, но он определенно не прощает и не так-то легко получить права. Особенно при работе с разными операционными системами и желании идти в обоих направлениях. Еще раз спасибо.

1 ответ1

2

Проблема в вашей коробке OSX. Вы редактировали файл authorized_keys , используя по умолчанию OSX "текст" редактор и он автоматически добавляется в .rtf (Rich Text Format) расширение к файлу.

Переименуйте ~/.ssh/authorized_keys.rtf в ~/.ssh/authorized_keys затем откройте его в текстовом редакторе (vi , nano т.д.) И убедитесь, что он не содержит код разметки RTF.

Он должен совпадать с файлом id_rsa.pub из коробки Linux. (Он может содержать более одного открытого ключа в отдельных строках.)

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .