diff options
Diffstat (limited to 'ssh/fsi-copy-id')
-rwxr-xr-x | ssh/fsi-copy-id | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ssh/fsi-copy-id b/ssh/fsi-copy-id index 6e1e60d..195495f 100755 --- a/ssh/fsi-copy-id +++ b/ssh/fsi-copy-id @@ -58,7 +58,8 @@ set user [getSshUser] # Request the SSH password set password [getSshPassword] -set hosts {"amy" "anja" "kim" "lara" "lea" "nina" "sessel" "sofa" "teri"} +set hosts {"amy" "anja" "kim" "lara" "lea" "nina" "sessel" "sofa" "teri" "trinity"} +# Optional: luna # Try to install the key set hostsSkipped 0 |