Ssh / Ping Проблемы в Mac Yosemite через Wi-Fi, но не Ethernet


1

Я использую Mac Yosemite OS для подключения к своим офисным серверам через ssh. Я не могу подключиться через какой-либо из Wi-Fi (Wi-Fi моего APT или Wi-Fi моего рабочего места). Тем не менее, я могу сделать SSH, когда я подключен через Ethernet. Я сделал следующие вещи, чтобы решить проблемы, но мне не удалось.

  1. Выключил брандмауэр, но я так и не смог подключиться.
  2. Я пинговал свой сервер и получил Request timeoutстатус. Однако, когда я пинговал или делал ssh через мой другой Mac (на котором установлена ​​ОС Maverick) , я смог получить положительный ответ на мое сообщение ping и подключился (в случае любого Wi-Fi).

  3. Я сделал ssh -vvv username @ host, я получил следующее сообщение

    OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
    debug1: Reading configuration data /etc/ssh_config
    debug1: /etc/ssh_config line 20: Applying options for *
    debug1: /etc/ssh_config line 100: Applying options for *
    debug2: ssh_connect: needpriv 0
    debug1: Connecting to <server name> [<server ip address>] port 22.
    debug1: connect to address <server ip address> port 22: Operation timed out 
    ssh: connect to host <server name> port 22: Operation timed out
    
  4. Я переустановил OpenSSL и все еще не смог решить проблему.

  5. У меня были подобные проблемы, когда я использовал Cyberduck, Firezilla или VNC, но не в случае моего другого компьютера, на котором установлена ​​ОС Maverick.

У вас есть идеи или предложения, которые я должен попробовать? Спасибо!

****** Обновление 1 *******

Я удалил OpenSSL & brew и попытался подключиться к серверу. я сделал

ssh -vvv uname@<server-name>

В сообщении говорится, что соединение установлено. Однако я не могу двигаться вперед после следующего сообщения:

debug1: SSH2_MSG_SERVICE_ACCEPT received

Вот целое сообщение:

OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: /etc/ssh_config line 100: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to <server name> [<ip address>] port 22.
debug1: Connection established.
debug1: identity file /Users/snape/.ssh/id_rsa type -1
debug1: identity file /Users/snape/.ssh/id_rsa-cert type -1
debug1: identity file /Users/snape/.ssh/id_dsa type -1
debug1: identity file /Users/snape/.ssh/id_dsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1p1 Ubuntu-2ubuntu2
debug1: match: OpenSSH_6.6.1p1 Ubuntu-2ubuntu2 pat OpenSSH*
debug2: fd 3 setting O_NONBLOCK
debug3: load_hostkeys: loading entries for host "dna.nri.bcm.edu" from file "/Users/aayushraman/.ssh/known_hosts"
debug3: load_hostkeys: found key type RSA in file /Users/aayushraman/.ssh/known_hosts:1
debug3: load_hostkeys: loaded 1 keys
debug3: order_hostkeyalgs: prefer hostkeyalgs: ssh-rsa-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ssh-rsa
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ssh-rsa,ssh-dss-cert-v01@openssh.com,ssh-dss-cert-v00@openssh.com,ssh-dss
debug2: kex_parse_kexinit: 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: kex_parse_kexinit: 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: kex_parse_kexinit: 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: kex_parse_kexinit: 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: kex_parse_kexinit: none,zlib@openssh.com,zlib
debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: first_kex_follows 0 
debug2: kex_parse_kexinit: reserved 0 
debug2: kex_parse_kexinit: curve25519-sha256@libssh.org,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
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ssh-ed25519
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: 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: kex_parse_kexinit: 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: kex_parse_kexinit: none,zlib@openssh.com
debug2: kex_parse_kexinit: none,zlib@openssh.com
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: first_kex_follows 0 
debug2: kex_parse_kexinit: reserved 0 
debug2: mac_setup: found hmac-md5-etm@openssh.com
debug1: kex: server->client aes128-ctr hmac-md5-etm@openssh.com none
debug2: mac_setup: found hmac-md5-etm@openssh.com
debug1: kex: client->server aes128-ctr hmac-md5-etm@openssh.com none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug2: dh_gen_key: priv key bits set: 127/256
debug2: bits set: 504/1024
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: RSA 59:d3:ec:27:16:df:01:04:8a:7a:92:34:3f:91:16:8d
debug3: load_hostkeys: loading entries for host "dna.nri.bcm.edu" from file "/Users/snape/.ssh/known_hosts"
debug3: load_hostkeys: found key type RSA in file /Users/snape/.ssh/known_hosts:1
debug3: load_hostkeys: loaded 1 keys
debug3: load_hostkeys: loading entries for host "10.34.48.30" from file "/Users/snape/.ssh/known_hosts"
debug3: load_hostkeys: found key type RSA in file /Users/snape/.ssh/known_hosts:1
debug3: load_hostkeys: loaded 1 keys
debug1: Host '<server name>' is known and matches the RSA host key.
debug1: Found key in /Users/snape/.ssh/known_hosts:1
debug2: bits set: 513/1024
debug1: ssh_rsa_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received

Кроме того, когда я пытался сделать пинг, я могу это сделать и могу получить сообщение, а не ошибки!

Я думаю, что я довольно близок к решению, и наверняка варево не работает должным образом на моем Mac Yosemite.

******** Обновление 2 **********

Я смог решить проблему путем:

  1. удаляя варево
  2. в основном дает аргумент для UseDNS, как нет

    vi / etc / sshd_config UseDNS нет

  3. перезапуск службы sshd

    сбросить SSH_AUTH_SOCK

а затем сделать SSH


что говорит хозяин traceroute? Вы говорите, что получаете тайм-аут как на импинге, так и на tcp на порте 22. Это предполагает, что существует проблема с подключением. Можете ли вы использовать Интернет, когда подключен только к Wi-Fi?
Пол

Здравствуйте, @Paul. Я запустил traceroute <имя сервера> и не получил никакого сообщения об ошибке. Он работал в течение 64 прыжков, показывая, что пакеты были получены. Я пытался использовать интернет через Wi-Fi и Ethernet-кабель моей квартиры. Я не знаю, почему у меня проблема с подключением на одном Mac с yosemite, но другой работает нормально.
Снейп

Ответы:


0

Я смог решить проблему путем:

  1. удаляя варево
  2. в основном дает аргумент для UseDNS, как нет

    vi / etc / sshd_config UseDNS нет

  3. перезапуск службы sshd

    сбросить SSH_AUTH_SOCK

  4. а затем сделать SSH

Используя наш сайт, вы подтверждаете, что прочитали и поняли нашу Политику в отношении файлов cookie и Политику конфиденциальности.
Licensed under cc by-sa 3.0 with attribution required.