My strato server is blocked due to a DoS-attack. In order to solve this problem I need to connect to my server via a remote console. The strato FAQ is not sufficient for me. Can anyone explain me how and with which program I can make this type of connection?

Thanks.

link|improve this question
Belongs on serverfault.com – Paul R Nov 15 '10 at 20:58
If your server is under attack by a DENIAL OF SERVICE attack, you will not be able to access it, or it will be really slow. However, if you are using a mac, open up the terminal, type ssh username@server , enter, type in your password, and you are done. – Jim Nov 15 '10 at 20:59
@Paul: I think superuser.com is better suited. Using SSH isn't a server management thing. – Joshua Nozzi Nov 15 '10 at 21:01
@Simbilim: Stackoverflow.com is for programming questions. – Joshua Nozzi Nov 15 '10 at 21:01
feedback

migrated from stackoverflow.com Nov 16 '10 at 14:28

This question came from our site for professional and enthusiast programmers.

2 Answers

Open the Terminal and type:

ssh user@hostname
link|improve this answer
feedback

If just your web server is under DoS attack, then you should be able to ssh into the box as suggested by chris.

However, if it's a general DoS, that will block any incoming network connections. Your only hope is if the hosting provider, strato, has a back channel to a console session. You'll need to check with the hosting provider -- each one will handle this differently.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown