[SOLVED] Failed to add the host to the list of known hosts (/root/.ssh/known_hosts)
LOCAL = 192.168.100.200 REMOTE = 192.168.100.210 Make a SSH connection to REMOTE from LOCAL: LOCAL# ssh -i /data/ssh/replication 192.168.100.210 2 errors are displayed : – Could not create directory ‘/root/.ssh’. – Failed to add the host to the list of known hosts (/root/.ssh/known_hosts). To fix this a did: LOCAL# mount -uw / LOCAL# mkdir -p ...