Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
docs:mac:builds:unison [2010/12/22 21:53] – billh | docs:mac:builds:unison [2012/01/07 14:15] (current) – billh | ||
---|---|---|---|
Line 27: | Line 27: | ||
unison /local/path ssh:// | unison /local/path ssh:// | ||
+ | </ | ||
+ | |||
+ | ===== command not found errors using ssh ===== | ||
+ | When using ssh with unison, you are creating a non-interactive shell. | ||
+ | < | ||
+ | # the error... | ||
+ | bash: unison: command not found | ||
+ | Fatal error: Lost connection with the server | ||
+ | |||
+ | # the fix (on the host you are connecting to)... | ||
+ | ln -s / | ||
</ | </ |