SSH broken

moomoo

New member
Joined
May 3, 2006
Messages
3
I have upgraded SSH to the latest version on my debian sarge server and i cant login anymore via ssh, does direct admin have an option for me to send a command to the server ?

All i would to execute would be apt-get update and apt-get -y upgrade and this should downgrade ssh again.

thanks.
 
Best bet is to reboot. There is no way to do anything from directadmin. These are the reasons I always use webmin as a backup.
 
I believe you could modify the hello_world sample plugin ( http://directadmin.com/hello_world.tar.gz )and input those commands plus any others that you would like to run in the install.sh inside the archive.

Once you've edited the install.sh and repacked the file you can use directadmin to "install" your plugin which If I remember runs the install as root.

Nothing should be harmed and the plugin can be easily uninstalled. It doesnt change nor affect anything as far as I'm aware.

Hope this helps,
Grant
 
Back
Top