This message will disappear after all relevant tasks have been resolved.
Semantic MediaWiki
There are 1 incomplete or pending task to finish installation of Semantic MediaWiki. An administrator or user with sufficient rights can complete it. This should be done before adding new data to avoid inconsistencies.1. Purpose[edit source]
This article describes how to perform remote connection using the ssh[1] tool.
1.1. Perform ssh connection[edit source]
- On host PC, one can type:
If it is a first connection:
ECDSA key fingerprint is a0:a2:a3:09:b4:99:b3:90:6a:d0:35:05:6e:37:d0:6e. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '10.48.1.172' (ECDSA) to the list of known hosts. root@(none):~#ssh root@10.48.1.172 The authenticity of host '10.48.1.172 (10.48.1.172)' can't be established.
Otherwise:
ssh root@10.48.1.172
root@(none):~#
If the below error message is showing, it means that sshd is not running on the target:
ssh root@10.48.1.172
ssh: connect to host 10.48.1.172 port 22: Connection refused
- On stm32mp1, one can type:
mkdir /var/run/sshd
/etc/init.d/sshd restart
- In the console, the following log should appear:
ECDSA key... generating ssh DSA key... generating ssh ED25519 key... Restarting OpenBSD Secure Shell server: sshdno /usr/sbin/sshd found; none killedmkdir /var/run/sshd /etc/init.d/sshd restart generating ssh RSA key... generating ssh
2. References[edit source]