From e3ffaa3726d6468c9708d569caf39d115c0d5253 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Thu, 30 Jan 2014 12:57:25 +0000 Subject: Transfer xauth and ssh data --- multihome | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multihome b/multihome index 1c65b49..f72dd41 100755 --- a/multihome +++ b/multihome @@ -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) -- cgit