diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2014-01-30 07:57:25 -0500 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2014-01-30 07:57:25 -0500 |
commit | e3ffaa3726d6468c9708d569caf39d115c0d5253 (patch) | |
tree | d47802b833367a598d30877966b3a0ca7bb848ff /multihome | |
parent | a963e36939ca85afcdaebcc82b69e723f55a2a5f (diff) | |
download | multihome-e3ffaa3726d6468c9708d569caf39d115c0d5253.tar.gz |
Transfer xauth and ssh data
Diffstat (limited to 'multihome')
-rwxr-xr-x | multihome | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ RC=$HOME/.homerc # Elements are delimited by SPACES clusters=( ) -transfer_env=( .*profile .*login .*cshrc* .bash* ) +transfer_env=( .*profile .*login .*cshrc* .bash* .Xauthority .ssh ) # Don't edit these hostname_short=$(hostname -s) |