summaryrefslogtreecommitdiffstats
path: root/sss
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2017-11-11 09:09:13 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2017-11-11 09:09:13 +0100
commit3dc07bb8f127e27eabaf4b958457b4120bb1150c (patch)
tree151330e4282bd9a77b42fc06bbae32b35668b3e8 /sss
parent81c01dc141b64df3a567601f089a98c67c00be77 (diff)
downloadbin-3dc07bb8f127e27eabaf4b958457b4120bb1150c.zip
bin-3dc07bb8f127e27eabaf4b958457b4120bb1150c.tar.gz
sss : ... shame on the family
Diffstat (limited to 'sss')
-rwxr-xr-xsss2
1 files changed, 1 insertions, 1 deletions
diff --git a/sss b/sss
index 8d187b5..7326aab 100755
--- a/sss
+++ b/sss
@@ -1,2 +1,2 @@
#! /bin/bash
-ssh-add -l | grep -q 'no idente' && ssh-add $(ls ~/.ssh/*.pub | sed 's/\.pub.*//g' | tr '\n' ' ')
+ssh-add -l | grep -q 'no identities' && ssh-add $(ls ~/.ssh/*.pub | sed 's/\.pub.*//g' | tr '\n' ' ')