mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-27 12:08:49 +02:00
ssh: remove ssh-add invocation on start
This commit is contained in:
parent
1459137147
commit
a97e2b522a
2 changed files with 0 additions and 12 deletions
|
@ -1,9 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
ssh-add -l > /dev/null || ssh-add $(
|
||||
sed -n 's/^ *IdentityFile ~\/\([^ ]*\).*/\1/p' ~/.ssh/config ~/.ssh/*/config \
|
||||
| sort \
|
||||
| uniq
|
||||
)
|
||||
|
||||
ssh-add -l
|
Loading…
Add table
Add a link
Reference in a new issue