tmpfs 5.0M 12K 5.0M 1% /run/lock
tmpfs 793M 32K 793M 1% /run/user/107
tmpfs 793M 24K 793M 1% /run/user/0
openssh-server
$ ssh root@192.168.120.41
ssh: connect to host 192.168.120.41 port 22: Connection refused
openssh-server
~# apt install openssh-server
~# echo 'PermitRootLogin=yes' >> /etc/ssh/sshd_config
~# systemctl restart sshd
$ ssh root@192.168.1.172
root@192.168.1.172's password:
Linux starfive 5.15.0-starfive #1 SMP Fri Feb 24 03:26:44 EST 2023
riscv64
The programs included with the Debian GNU/Linux system are free
software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Mon Feb 27 08:05:28 2023 from 192.168.1.130
root@starfive:~#