diff options
author | Malte | 2021-05-21 12:51:18 +0200 |
---|---|---|
committer | GitHub | 2021-05-21 12:51:18 +0200 |
commit | cd3a4f6427fda140bd7d4458285d87e4cd25abac (patch) | |
tree | 2af2b1ed7f41e0db7add957fb6556cd93c8485ea | |
parent | 4e80e63d1954dbd4962b4f651bff4a7c8fce2a25 (diff) |
Removed lea from hosts
-rwxr-xr-x | ssh/fsi-copy-id | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/fsi-copy-id b/ssh/fsi-copy-id index 195495f..a6b43b9 100755 --- a/ssh/fsi-copy-id +++ b/ssh/fsi-copy-id @@ -58,7 +58,7 @@ set user [getSshUser] # Request the SSH password set password [getSshPassword] -set hosts {"amy" "anja" "kim" "lara" "lea" "nina" "sessel" "sofa" "teri" "trinity"} +set hosts {"amy" "anja" "kim" "lara" "nina" "sessel" "sofa" "teri" "trinity"} # Optional: luna # Try to install the key |