From: Silvio Rhatto Date: Wed, 27 Mar 2019 02:31:20 +0000 (-0300) Subject: Sort loaded keys X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b3173cd035a96077573668f158d82ab82a7a4719;p=utils-ssh.git Sort loaded keys --- diff --git a/ssh-agent-loadkey b/ssh-agent-loadkey index 841e3d2..deab2dc 100755 --- a/ssh-agent-loadkey +++ b/ssh-agent-loadkey @@ -51,7 +51,7 @@ function __loaded { fi echo "$handle ($type)" - done | column -t -c 6 + done | sort | column -t -c 6 } # Key chooser mennu