我想用SSH来控制Devterm 但是没有连上 (已解决)

(gameshell的TinyCloud没有问题)
I want to use SSH to control devterm, but it always shows
ssh: connect to host 192.168.0.103 port 22: Connection reused

我试过了这个方法但还是没用
https://forum.clockworkpi.com/t/enabling-ssh-on-a06-armbian-system/7213


sudo apt-get install openssh-server

sudo rm -f /etc/ssh/sshd_not_to_be_run

sudo systemctl enable ssh

sudo systemctl start ssh

Your username and password must be as you set it up when you first booted the machine… case/ characters must be exact…