Hint

You need to make sure that the SCP server can be reached by the root account of the m23 server. Add the contents of the file
/root/.ssh/id\_dsa.pub
on the m23 server to the file
~/.ssh/authorized\_keys
on the SCP server owned by the user given above to ensure this. You can use the tool
ssh-copy-id
for the key exchange too:
ssh-copy-id -i /root/.ssh/id\_dsa.pub benutzer@SCP-Server
.
<!– v18.2 removed