better orginization under home/files
This commit is contained in:
parent
f6485eb7e4
commit
4a618b8f51
11 changed files with 10 additions and 10 deletions
9
home/files/bash/bash_ssh
Executable file
9
home/files/bash/bash_ssh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
ARGS="-q --eval --systemd --agents ssh --nocolor --ignore-missing --quick git id_dsa id_ed25519 id_rsa 56913AD86A18257132AA9F03928BC0B78C1BF5AA"
|
||||
#SSH_ASKPASS=/usr/bin/qt4-ssh-askpass
|
||||
#export SSH_ASKPASS
|
||||
eval $(keychain ${ARGS} )
|
||||
. ~/.keychain/"${HOSTNAME_SHORT}"-sh
|
||||
|
||||
ssh-add -l | grep -q ED25519 || ssh-add
|
||||
Loading…
Add table
Add a link
Reference in a new issue