I'm working on a friend's installation. I upgraded the alarm installation. Made sure that systemd-networkd was enabled and that I had a eth0.network file in /etc/systemd/network with the proper information. Everything went smoothly. I can ping the ip and get a reply. However, I am no longer able to ssh back into it. Here is what I get:
$this->bbcode_second_pass_code('', 'ssh -vvvvv -p 25300 shatewie@192.168.1.253
OpenSSH_6.0p1 Debian-4+deb7u2, OpenSSL 1.0.1j 15 Oct 2014
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 192.168.1.253 [192.168.1.253] port 25300.
debug1: connect to address 192.168.1.253 port 25300: Connection refused
ssh: connect to host 192.168.1.253 port 25300: Connection refused
')
I've tried clearing known_hosts on the client. I have tried attaching the drive on another plug e02, chrooting in and enabling sshd.socket and running ssh-keygen but nothing has helped. I ran systemctl list-unit-files while chrooted and sshd.socket is enabled. I did change the ListenStream setting in the unit file to 25300. I'm putting together a serial cable to try that next. Before I try that does anyone have any other suggestions? I'm sure there is a way to get this back just not sure what to try next.
Edit: the router has 25300 port forwarded properly