diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2021-06-11 16:35:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-11 16:35:44 -0400 |
commit | a9d6a8626b9512b2e65aa1640ad322230e6d61b9 (patch) | |
tree | 4c422f484cc6bd1b7dafefc910f27f47de848033 /README.md | |
parent | 1251aa55b97b3b4ca7c2c670bdbd683a76eb6daa (diff) | |
download | multihome-a9d6a8626b9512b2e65aa1640ad322230e6d61b9.tar.gz |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -168,7 +168,8 @@ TYPE WHERE ```bash $ cat << EOF > ~/.multihome/transfer -H .Xauthority # Hardlink to /home/example/.Xauthority file +H notes.txt # Hardlink to /home/example/notes.txt +L .Xauthority # Symlink to /home/example/.Xauthority file L .vim # Symlink to /home/example/.vim directory T .vimrc # Copy /home/example/.vim directory ``` @@ -188,7 +189,7 @@ Passing the `-u` (`--update`) option copies files from `/etc/skel`, `~/.multihom * SSH reads its configuration from `/home/example/.ssh` instead of `/home/example/home_local/.ssh`. This is a security feature and there is no way to override this behavior unless you recompile SSH/D from source. As a workaround use a symbolic link to improve your quality of life. At least `~/.ssh` will exist and point to the right place. - *~/.multihome/transfer*: +#### ~/.multihome/transfer: ``` L .ssh ``` @@ -199,7 +200,7 @@ X11 connection rejected because of wrong authentication. xterm: Xt error: Can't open display: x:yy.z ``` - *~/.multihome/transfer*: +#### ~/.multihome/transfer ``` L .Xauthority # Note: A hardlink or direct transfer will not work here. The file must be a symlink. |