I have access to a server through SSH (namely, it's our informatics server :) ) and ran a fork-bomb there (the bash one). Is there a way to neutralize it remotely? Just using ssh name@server does just nothing: no lines are output, even the password request, but ping server reaches it. Of course, the bomb will be eliminated tomorrow, but it would be nice if it's possible to do this myself...
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
||||
|
If you can't even log in, then there's probably not much you can do. As explained on Wikipedia:
|
|||
|
|
ssh root@server, nothing happens (no password request). And even if it would be possible, I have no root access. – chersanya Sep 22 '12 at 19:50