scp ssh: connect to host 10.0.0.109 port 22: No route to host lost connection
Check the firewall (iptables) on 10.0.0.109 server.
Make sure its allowing SSH connection to it.
iptables -I INPUT -p TCP -s YOUR_CLIENT_IP -j ACCEPT
Check the firewall (iptables) on 10.0.0.109 server.
Make sure its allowing SSH connection to it.
iptables -I INPUT -p TCP -s YOUR_CLIENT_IP -j ACCEPT