3lviend
3lviend

Reputation: 353

cant connect to digital ocean using ssh?

why i can't connect to digital server using ssh?

i try put this in my console :

ssh [email protected]

but i don't know i can't login to my server. Whereas previously i can connect it but now can not?

and when i put ping xxx.xxx.xxx.xxx in my console, the time request is too biggest ?

please help me

Upvotes: 0

Views: 3985

Answers (3)

Alex Fedulov
Alex Fedulov

Reputation: 1502

For me keys regeneration helped:

dpkg-reconfigure openssh-server

Upvotes: 3

harkl
harkl

Reputation: 901

You need to login as root

ssh [email protected]

Upvotes: 0

tardjo
tardjo

Reputation: 1654

you can try to restart you server via digital ocean

Upvotes: 0

Related Questions