Някой имал ли е проблем да се SSH от mac os до Vbox с инсталиран CentOS?
ssh demo@localhost -p 10022 -v
OpenSSH_7.9p1, LibreSSL 2.7.3
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 48: Applying options for *
debug1: /etc/ssh/ssh_config line 52: Applying options for *
debug1: Connecting to localhost port 10022.
debug1: Connection established.
debug1: identity file /Users/user/.ssh/id_rsa type 0
debug1: identity file /Users/user/.ssh/id_rsa-cert type -1
debug1: identity file /Users/user/.ssh/id_dsa type -1
debug1: identity file /Users/user/.ssh/id_dsa-cert type -1
debug1: identity file /Users/user/.ssh/id_ecdsa type -1
debug1: identity file /Users/user/.ssh/id_ecdsa-cert type -1
debug1: identity file /Users/user/.ssh/id_ed25519 type 3
debug1: identity file /Users/user/.ssh/id_ed25519-cert type -1
debug1: identity file /Users/user/.ssh/id_xmss type -1
debug1: identity file /Users/user/.ssh/id_xmss-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_7.9
ssh_exchange_identification: read: Connection reset by peer
Здравейте, мерси за бързия отговор. Правило е настроено:
Protocol: TCP
HostIP: празен
HostPort: 10022
GuestIP: празен
GuestPort: 22.
Разгледах също така и в /etc/hosts.allow на виртуалната машина и няма правила които да са deny.
Дали се опитваш да се логнеш с парола или SSH key ?
Еми дори когато пробвам експлецитно да кажа че ще използвам парола получавам същият резултат.
ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no demo@localhost -p 10022 -v