У мене проблеми з SSH. Я не можу підключитися ні до чого; кожне з'єднання зависає нескінченно на SSH2_MSG_SERVICE_ACCEPT, ВИКОНАНО. Я на OSX 10.6.8.
Я думаю, що це проблема з моєю конфігурацією SSH, але я не можу це зрозуміти. У мене є оригінал opensh, який постачався з OS x, встановлений у / usr / bin /, і заварена установка в / usr / local / bin /. Я використовую домашню мову - чи можливий тут конфлікт?
Будь-які ідеї щодо рішень чи що це може спричинити? Ось мій ssh_config:
Host *
# ForwardAgent no
# ForwardX11 no
# RhostsRSAAuthentication no
# RSAAuthentication yes
# PasswordAuthentication yes
# HostbasedAuthentication no
# GSSAPIAuthentication no
# GSSAPIDelegateCredentials no
# GSSAPIKeyExchange no
# GSSAPITrustDNS no
# BatchMode no
# CheckHostIP yes
# AddressFamily any
# ConnectTimeout 0
# StrictHostKeyChecking ask
IdentityFile ~/.ssh/identity
IdentityFile ~/.ssh/id_rsa
IdentityFile ~/.ssh/id_dsa
Port 22
# Protocol 2,1
Cipher 3des
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160
# EscapeChar ~
# Tunnel no
# TunnelDevice any:any
# PermitLocalCommand no
# VisualHostKey no
SSH2_MSG_SERVICE_ACCEPT
- виявилося, що мене ssh-agent
не було запущено / належним чином розпочато. serverfault.com/questions/484977/…