perchè attesa del prompt al login?

Pubblicità

mfran2002

Nuovo Utente
Messaggi
74
Reazioni
1
Punteggio
38
ciao a tutti,
ogni volta che mi collego in ssh al mio linux ed inserisco la username, devo poi attendere una trentina di secondi (!!!!) per avere il prompt di richiesta della password....


perchè????

AIUTO!!!
 
controlla che tutto sia ok sul tuo server e magari provare a usare l'opzione "-vv" per ssh in modo da vedere cosa accade
 
ciao,
devo aggiungere che io non ho l'utente root sulla macchina ma uno user amministratore di nome "pippo".

ho provato il comando "ssh -l pippo -vv 10.10.10.1" e questo è il risultato:

fino alla riga "debug1: got SSH2_MSG_SERVICE_ACCEPT" va come una lippa, poi si pianta per una trentina di secondi

...
...
debug1: SSH2_MSG_NEWKEYS received
debug1: done: ssh_kex2.
debug1: send SSH2_MSG_SERVICE_REQUEST
debug1: service_accept: ssh-userauth
debug1: got SSH2_MSG_SERVICE_ACCEPT

30 secondi circa...poi....

debug1: authentications that can continue: publickey,password,keyboard-interactive
debug1: next auth method to try is publickey
debug1: try privkey: /root/.ssh/identity
debug1: try privkey: /root/.ssh/id_rsa
debug1: try privkey: /root/.ssh/id_dsa
debug2: we did not send a packet, disable method
debug1: next auth method to try is keyboard-interactive
debug2: userauth_kbdint
debug2: we sent a keyboard-interactive packet, wait for reply
debug1: authentications that can continue: publickey,password,keyboard-interactive
debug2: we did not send a packet, disable method
debug1: next auth method to try is password
user@10.10.10.1's password:


che puoi dirmi?
grazie mille
 
ho provato anche con un altro programma ed ho piu o meno la stessa risposta...

...
...
debug: Ssh2Transport: c_to_s: cipher aes128-cbc, mac hmac-sha1, compression none
debug: Ssh2Transport: s_to_c: cipher aes128-cbc, mac hmac-sha1, compression none
debug: Remote host key found from database.
debug: Ssh2Common: Received SSH_CROSS_STARTUP packet from connection protocol.
debug: Ssh2Common: Received SSH_CROSS_ALGORITHMS packet from connection protocol.

30 secondi di attesa....poi.....

debug: server offers auth methods 'publickey,password,keyboard-interactive'.
debug: Ssh2AuthPubKeyClient: Starting pubkey auth...
debug: Ssh2AuthPubKeyClient: Agent is not running.
debug: Ssh2AuthPubKeyClient: Got 0 keys from the agent.
debug: Ssh2AuthPubKeyClient: Trying 0 key candidates.
debug: Ssh2AuthPubKeyClient: All keys declined by server, disabling method.
debug: Ssh2AuthClient: Method 'publickey' disabled.
debug: server offers auth methods 'publickey,password,keyboard-interactive'.
debug: Ssh2AuthPasswdClient: Starting password auth...
pippo's password:
 
Pubblicità
Pubblicità

Discussioni Simili

Indietro
Top