Author Topic: SSH Access to TS4400D  (Read 4103 times)

Meskild

  • Calf
  • *
  • Posts: 1
SSH Access to TS4400D
« on: May 27, 2021, 07:55:36 AM »
Hi

 Is there any way to get SSH access to a TS4400D ?

1000001101000

  • Debian Wizard
  • Big Bull
  • *****
  • Posts: 1128
  • There's no problem so bad you cannot make it worse
Re: SSH Access to TS4400D
« Reply #1 on: May 28, 2021, 08:33:44 AM »
I haven't spent a lot of time in the stock firmware for this generation of device but it should be possible.

You should be able to gain shell access using acp_commander and the "-o" option:
https://github.com/1000001101000/acp-commander

That will blank out the root password and attempt to start telnet on the device. If that works you can log in via telnet and make any changes you want including reconfiguring/starting the ssh daemon. If telnet fails to start the root password will still have been cleared so you'd be able to attach a monitor and keyboard and do the same thing, or use the "-s" psuedo-shell mode of acp_commander for that matter.

Another option is to replace the firmware with a Debian Linux install which includes a more modern SSH daemon (though that's basically all it starts with):
https://github.com/1000001101000/Debian_on_Intel_Terastations