mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 02:38:33 +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
|
|
|
@ -1,12 +1,9 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Miscellaneous settings for X11
|
Description=Miscellaneous settings for X11
|
||||||
PartOf=graphical-session.target
|
PartOf=graphical-session.target
|
||||||
After=ssh-agent.service
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=SSH_ASKPASS=/usr/bin/ssh-askpass
|
|
||||||
ExecStart=/usr/bin/xset -b
|
ExecStart=/usr/bin/xset -b
|
||||||
ExecStart=/usr/bin/xsetroot -cursor_name left_ptr
|
ExecStart=/usr/bin/xsetroot -cursor_name left_ptr
|
||||||
ExecStart=%h/.config/i3/bin/ssh-add
|
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=false
|
RemainAfterExit=false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue