probelma con ssh

58 views
Skip to first unread message

fausto.m...@gmail.com

unread,
Mar 10, 2017, 6:18:07 AM3/10/17
to GARR Cloud
salve
ho fatto un'istanza con un floating IP

ho fatto la coppia di chiavi

ed ho provato a fare login shh da una macchima linux ma ottenho questo errore

dove sto sbagliando

grazie


Auto Generated Inline Image 1
Auto Generated Inline Image 2
Auto Generated Inline Image 3

albeb...@gmail.com

unread,
Mar 13, 2017, 7:53:53 AM3/13/17
to GARR Cloud, fausto.m...@gmail.com
Buongiorno,

Le chiederei innanzitutto di verificare che la chiave privata ubuntu_unicam.pem sia presente nella directory da cui esegue il comando ssh (~/Desktop) e abbia permessi "600".

chmod 600 ~/ubuntu_unicam.pem

puo' eseguire il comando ssh con un livello di verbosità piu' alto e inviarci l'output:

ssh -vvv -i ~/ubuntu_unicam.pem ubu...@90.147.166.221

Grazie,

Alberto

fausto.m...@gmail.com

unread,
Mar 13, 2017, 8:20:43 AM3/13/17
to GARR Cloud, fausto.m...@gmail.com, albeb...@gmail.com
 root@pen-test:~# chmod 600 ubuntu_unicam.pem
root@pen-test:~# ssh -vvv -i ~/ubuntu_unicam.pem ubu...@90.147.166.221
OpenSSH_7.4p1 Debian-6, OpenSSL 1.0.2k  26 Jan 2017
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: resolving "90.147.166.221" port 22
debug2: ssh_connect_direct: needpriv 0
debug1: Connecting to 90.147.166.221 [90.147.166.221] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: key_load_public: No such file or directory
debug1: identity file /root/ubuntu_unicam.pem type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/ubuntu_unicam.pem-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.4p1 Debian-6
debug1: Remote protocol version 2.0, remote software version OpenSSH_7.2p2 Ubuntu-4ubuntu2.1
debug1: match: OpenSSH_7.2p2 Ubuntu-4ubuntu2.1 pat OpenSSH* compat 0x04000000
debug2: fd 3 setting O_NONBLOCK
debug1: Authenticating to 90.147.166.221:22 as 'ubuntu'
debug3: hostkeys_foreach: reading file "/root/.ssh/known_hosts"
debug3: record_hostkey: found key type ECDSA in file /root/.ssh/known_hosts:1
debug3: load_hostkeys: loaded 1 keys from 90.147.166.221
debug3: order_hostkeyalgs: prefer hostkeyalgs: ecdsa-sha2-nis...@openssh.com,ecdsa-sha2-nis...@openssh.com,ecdsa-sha2-nis...@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
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: curve25519-sha256,curve255...@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,ext-info-c
debug2: host key algorithms: ecdsa-sha2-nis...@openssh.com,ecdsa-sha2-nis...@openssh.com,ecdsa-sha2-nis...@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed2551...@openssh.com,ssh-rsa-...@openssh.com,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
debug2: ciphers ctos: chacha20...@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes12...@openssh.com,aes25...@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc
debug2: ciphers stoc: chacha20...@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes12...@openssh.com,aes25...@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc
debug2: MACs ctos: umac-...@openssh.com,umac-1...@openssh.com,hmac-sha...@openssh.com,hmac-sha...@openssh.com,hmac-s...@openssh.com,uma...@openssh.com,umac...@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: MACs stoc: umac-...@openssh.com,umac-1...@openssh.com,hmac-sha...@openssh.com,hmac-sha...@openssh.com,hmac-s...@openssh.com,uma...@openssh.com,umac...@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: compression ctos: none,zl...@openssh.com,zlib
debug2: compression stoc: none,zl...@openssh.com,zlib
debug2: languages ctos:
debug2: languages stoc:
debug2: first_kex_follows 0
debug2: reserved 0
debug2: peer server KEXINIT proposal
debug2: KEX algorithms: curve255...@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
debug2: host key algorithms: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519
debug2: ciphers ctos: chacha20...@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes12...@openssh.com,aes25...@openssh.com
debug2: ciphers stoc: chacha20...@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes12...@openssh.com,aes25...@openssh.com
debug2: MACs ctos: umac-...@openssh.com,umac-1...@openssh.com,hmac-sha...@openssh.com,hmac-sha...@openssh.com,hmac-s...@openssh.com,uma...@openssh.com,umac...@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: MACs stoc: umac-...@openssh.com,umac-1...@openssh.com,hmac-sha...@openssh.com,hmac-sha...@openssh.com,hmac-s...@openssh.com,uma...@openssh.com,umac...@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: compression ctos: none,zl...@openssh.com
debug2: compression stoc: none,zl...@openssh.com
debug2: languages ctos:
debug2: languages stoc:
debug2: first_kex_follows 0
debug2: reserved 0
debug1: kex: algorithm: curve255...@libssh.org
debug1: kex: host key algorithm: ecdsa-sha2-nistp256
debug1: kex: server->client cipher: chacha20...@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20...@openssh.com MAC: <implicit> compression: none
debug3: send packet: type 30
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug3: receive packet: type 31
debug1: Server host key: ecdsa-sha2-nistp256 SHA256:P1iziasLR9vdC3VLzsWtniVuQfVq/oZ7dPwxNZXzllg
debug3: hostkeys_foreach: reading file "/root/.ssh/known_hosts"
debug3: record_hostkey: found key type ECDSA in file /root/.ssh/known_hosts:1
debug3: load_hostkeys: loaded 1 keys from 90.147.166.221
debug1: Host '90.147.166.221' is known and matches the ECDSA host key.
debug1: Found key in /root/.ssh/known_hosts:1
debug3: send packet: type 21
debug2: set_newkeys: mode 1
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug3: receive packet: type 21
debug1: SSH2_MSG_NEWKEYS received
debug2: set_newkeys: mode 0
debug1: rekey after 134217728 blocks
debug2: key: /root/ubuntu_unicam.pem ((nil)), explicit
debug3: send packet: type 5
debug3: receive packet: type 7
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
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 gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Trying private key: /root/ubuntu_unicam.pem
debug3: sign_and_send_pubkey: RSA SHA256:xcWt7LKFMWWEd2oza/oklsOrbo9lE2wlUS9Zq203yHw
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).
root@pen-test:~#

alex barchiesi

unread,
Mar 13, 2017, 9:10:04 AM3/13/17
to GARR Cloud, fausto.m...@gmail.com, albeb...@gmail.com
Sembrerebbe tutto in ordine.
Puo' provare a controllare la coppia pubblica/privata ? e confermare che nella Dashboard e' stata caricata la parte pubblica ? 

Puo' inviarci il risultato del comando: 
# diff <(cat chiave.pub | cut -d' ' -f 2) <(ssh-keygen -y -f chiave.priv | cut -d' ' -f 2)


grazie 

On Monday, March 13, 2017 at 1:20:43 PM UTC+1, fausto.m...@gmail.com wrote:
 root@pen-test:~# chmod 600 ubuntu_unicam.pem
root@pen-test:~# ssh -vvv -i ~/ubuntu_unicam.pem ubu...@90.147.166.221
OpenSSH_7.4p1 Debian-6, OpenSSL 1.0.2k  26 Jan 2017
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: resolving "90.147.166.221" port 22
debug2: ssh_connect_direct: needpriv 0
debug1: Connecting to 90.147.166.221 [90.147.166.221] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: key_load_public: No such file or directory
debug1: identity file /root/ubuntu_unicam.pem type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/ubuntu_unicam.pem-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.4p1 Debian-6
debug1: Remote protocol version 2.0, remote software version OpenSSH_7.2p2 Ubuntu-4ubuntu2.1
debug1: match: OpenSSH_7.2p2 Ubuntu-4ubuntu2.1 pat OpenSSH* compat 0x04000000
debug2: fd 3 setting O_NONBLOCK
debug1: Authenticating to 90.147.166.221:22 as 'ubuntu'
debug3: hostkeys_foreach: reading file "/root/.ssh/known_hosts"
debug3: record_hostkey: found key type ECDSA in file /root/.ssh/known_hosts:1
debug3: load_hostkeys: loaded 1 keys from 90.147.166.221
debug3: order_hostkeyalgs: prefer hostkeyalgs: ecdsa-sha2-nis...@openssh.com,ecdsa-sha2-nistp384...@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521

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: curve25519-sha256,curve25519-sha...@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,ext-info-c
debug2: host key algorithms: ecdsa-sha2-nis...@openssh.com,ecdsa-sha2-nistp384...@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519-...@openssh.com,ssh-rsa-...@openssh.com,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
debug2: ciphers ctos: chacha20...@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes12...@openssh.com,aes256...@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc
debug2: ciphers stoc: chacha20...@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes12...@openssh.com,aes256...@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc
debug2: MACs ctos: umac-...@openssh.com,umac-128...@openssh.com,hmac-sha2-256...@openssh.com,hmac-sha2-512...@openssh.com,hmac-sha1-e...@openssh.com,uma...@openssh.com,umac...@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: MACs stoc: umac-...@openssh.com,umac-128...@openssh.com,hmac-sha2-256...@openssh.com,hmac-sha2-512...@openssh.com,hmac-sha1-e...@openssh.com,uma...@openssh.com,umac...@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1

debug2: compression ctos: none,zl...@openssh.com,zlib
debug2: compression stoc: none,zl...@openssh.com,zlib
debug2: languages ctos:
debug2: languages stoc:
debug2: first_kex_follows 0
debug2: reserved 0
debug2: peer server KEXINIT proposal
debug2: KEX algorithms: curve255...@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
debug2: host key algorithms: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519

fausto.m...@gmail.com

unread,
Mar 13, 2017, 10:29:39 AM3/13/17
to GARR Cloud, fausto.m...@gmail.com, albeb...@gmail.com
root@pen-test:~# openssl rsa  -in ubuntu_unicam.pem -out private.key
writing RSA key
root@pen-test:~# openssl rsa -in ubuntu_unicam.pem -pubout > public.key
writing RSA key
root@pen-test:~# diff <(cat public.key | cut -d' ' -f 2) <(ssh-keygen -y -f private.key | cut -d' ' -f 2)
1,9c1
< PUBLIC
< MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6zcPKl0M4ddaSO7/NEl0
< m3E40hwVMEZElD+45qUAiVAv8YIuuG4WH0LjvhLG4BRar4tzmC0rCyQlRMtXX5Cw
< gkzfV7mi8f9fLeH2IhkX70K7N+BwrFVQobJwlTW/jstrabx2My4+GgG2vEy8xmPY
< suoXjowxPfza+Uf6si/hWcbAfZBv1NQTRmZtMfoNiRJdCvuQbnurv75QxFB1qNPD
< IoFDbZK/1wJ+9Ybxi21FEtvVYBofjE/JU39ghpQiJ7kAeHRH+qd75bLUC+PmnCXm
< 8L0hjZlWo8+ro3Eak5N0kilguUGZ1LNC+5LIyz9Q2nZ3fZ5pR33mAzVRwUQnCby8
< xwIDAQAB
< PUBLIC
---
> AAAAB3NzaC1yc2EAAAADAQABAAABAQDrNw8qXQzh11pI7v80SXSbcTjSHBUwRkSUP7jmpQCJUC/xgi64bhYfQuO+EsbgFFqvi3OYLSsLJCVEy1dfkLCCTN9XuaLx/18t4fYiGRfvQrs34HCsVVChsnCVNb+Oy2tpvHYzLj4aAba8TLzGY9iy6heOjDE9/Nr5R/qyL+FZxsB9kG/U1BNGZm0x+g2JEl0K+5Bue6u/vlDEUHWo08MigUNtkr/XAn71hvGLbUUS29VgGh+MT8lTf2CGlCInuQB4dEf6p3vlstQL4+acJebwvSGNmVajz6ujcRqTk3SSKWC5QZnUs0L7ksjLP1Dadnd9nmlHfeYDNVHBRCcJvLzH

root@pen-test:~#

questo sull'istanza del cloud

Nome
ubuntu_unicam
Impronta digitale
95:fe:9b:f3:2e:af:8b:d7:96:71:6c:9d:bd:77:d0:12
Creato
Venerdì 10 Marzo 2017 11:08
Identificativo Utente
b4447901f2864fcbac8e958a9e34a51d
Chiave pubblica
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3KgyAoZRLK03oBFBjAxNCRSEdcTPQyaw5kSSGUb/35WoRTJaJeSi2SylPwlMJs8S5GfFUNRC/FR06YjgFLaFqz5538ziR+yPBd/g7QG6Aws8op5pWi6Rh0niyXebccaoFaT1uFsx1+JEpL0i82ESX8eAV2eJNY8TQsA3rSSoakDGsmr25ImIA6X5eLus9TiXehGCgf+NVjPHOzk9zgm+SBCA790YdWGgGVMuk9IuwobQn3g1meWuZu8S4VYXSZtPHAoRlCSPn4rGyof9JFUrXJCoEJ2bV1t26p/kZguOgMHtmETzn/Ond4++W9v1I5SKvXF4lu/tictvY7Lk+c1b1 Generated-by-Nova

mi sembrano diverse
debug3: order_hostkeyalgs: prefer hostkeyalgs: ecdsa-sha2-nis...@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521...@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521

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: curve25519-sha256,curve25519-sha...@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,ext-info-c
debug2: host key algorithms: ecdsa-sha2-nis...@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521...@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
debug2: ciphers ctos: chacha20...@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes12...@openssh.com,aes256-...@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc
debug2: ciphers stoc: chacha20...@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes12...@openssh.com,aes256-...@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc
debug2: MACs ctos: umac-...@openssh.com,umac-128-e...@openssh.com,hmac-sha2-256-e...@openssh.com,hmac-sha2-512-e...@openssh.com,hmac-sha1-etm@openssh.com,uma...@openssh.com,umac...@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: MACs stoc: umac-...@openssh.com,umac-128-e...@openssh.com,hmac-sha2-256-e...@openssh.com,hmac-sha2-512-e...@openssh.com,hmac-sha1-etm@openssh.com,uma...@openssh.com,umac...@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1

debug2: compression ctos: none,zl...@openssh.com,zlib
debug2: compression stoc: none,zl...@openssh.com,zlib
debug2: languages ctos:
debug2: languages stoc:
debug2: first_kex_follows 0
debug2: reserved 0
debug2: peer server KEXINIT proposal
debug2: KEX algorithms: curve255...@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
debug2: host key algorithms: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519

alex barchiesi

unread,
Mar 13, 2017, 10:38:27 AM3/13/17
to GARR Cloud, fausto.m...@gmail.com, albeb...@gmail.com
Puo' provare a ricreare e ricaricare le chiavi e poi lanciare una nuova istanza ?
grazie 

fausto.m...@gmail.com

unread,
Mar 13, 2017, 11:43:34 AM3/13/17
to GARR Cloud, fausto.m...@gmail.com, albeb...@gmail.com
Funziona
dopo aver cancellato tutto e ricreato l'istanza funziona
Grazie della collaborazione

giorgio.s...@gmail.com

unread,
Jul 9, 2018, 6:55:42 AM7/9/18
to GARR Cloud
Salve,
anche io ho problemi a connettermi all'istanza in via SSH, ecco i log:

xubuntu@xubuntu:~/Desktop$ ssh -vvv -i testkey.pem cen...@192.168.110.6
OpenSSH_7.6p1 Ubuntu-4, OpenSSL 1.0.2n  7 Dec 2017

debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: resolving "192.168.110.6" port 22
debug2: ssh_connect_direct: needpriv 0
debug1: Connecting to 192.168.110.6 [192.168.110.6] port 22.
debug1: Connection established.

debug1: key_load_public: No such file or directory
debug1: identity file testkey.pem type -1

debug1: key_load_public: No such file or directory
debug1: identity file testkey.pem-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_7.6p1 Ubuntu-4
ssh_exchange_identification: read: Connection reset by peer

albeb...@gmail.com

unread,
Jul 9, 2018, 7:03:07 AM7/9/18
to GARR Cloud
Buongiorno,

sembra che stia cercando di collegarsi alla VM tramite indirizzo privato. Deve prima aggiungere un floating-ip alla VM, come da istruzioni:


Cordiali saluti,

Alberto per cloud-support

giorgio.s...@gmail.com

unread,
Jul 9, 2018, 11:02:46 AM7/9/18
to GARR Cloud
Grazie per la pronta risposta, ho lo stesso errore anche utlizzando il floating ip .
Di seguito i test su 2 VM (una ubuntu una CentOS)


test com img CentOS:
xubuntu@xubuntu:~/Desktop$ ssh -v -i testkey.pem cen...@90.147.188.254

OpenSSH_7.6p1 Ubuntu-4, OpenSSL 1.0.2n  7 Dec 2017
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to 90.147.188.254 [90.147.188.254] port 22.

debug1: Connection established.
debug1: key_load_public: No such file or directory
debug1: identity file testkey.pem type -1
debug1: key_load_public: No such file or directory
debug1: identity file testkey.pem-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_7.6p1 Ubuntu-4
ssh_exchange_identification: read: Connection reset by peer
Test con img ubuntu:
xubuntu@xubuntu:~/Desktop$ ssh -v -i testkey.pem ubu...@90.147.188.90

OpenSSH_7.6p1 Ubuntu-4, OpenSSL 1.0.2n  7 Dec 2017
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to 90.147.188.90 [90.147.188.90] port 22.

debug1: Connection established.
debug1: key_load_public: No such file or directory
debug1: identity file testkey.pem type -1
debug1: key_load_public: No such file or directory
debug1: identity file testkey.pem-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_7.6p1 Ubuntu-4
ssh_exchange_identification: read: Connection reset by peer
xubuntu@xubuntu:~/Desktop$

albeb...@gmail.com

unread,
Jul 10, 2018, 5:00:13 AM7/10/18
to GARR Cloud
Buongiorno,

deve consentire l'accesso SSH alle istanze del suo progetto. Dalla dashboard, tab Compute, selezioni Access & Security, trovi il security group associato all'istanza (es. "default"), click su Manage Rules, Add Rule e selezioni il ruolo SSH. Per questioni di sicurezza è prefeibile restringere l'accesso SSH unicamente dalle vostre reti.

Alberto

giorgio.s...@gmail.com

unread,
Jul 10, 2018, 7:10:35 AM7/10/18
to GARR Cloud
Grazie! Funziona!
Reply all
Reply to author
Forward
0 new messages