Artificial intelligent assistant

Unison - login over ssh with different username at remote server I am trying to set up Unison and am testing the connection. I run this command from the documentation: unison /var/www ssh://192.168.1.102//var/www but it tries to log into the remote server using my local machine's username. I've tried several things, but nothing works. I've tried adding username@ssh... and also searched for flags to use, but found none.

You could create a config file for ssh(`~/.ssh/config`) with the content


Host UnisonHost
HostName 192.168.1.102
User username


and then call unison with UnisonHost:


unison /var/www ssh://UnisonHost/var/www

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 1aaecb724faaf18b4fad646327a9c437