From 8976cd568a6c91000b80938dc3887b740bc1f67f Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Mon, 15 Jun 2015 18:29:13 +0300 Subject: [PATCH] rename bash script to `trezor_agent` --- README.rst | 6 +++--- agent => trezor_agent | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename agent => trezor_agent (100%) diff --git a/README.rst b/README.rst index 8ac29bc..0d745b5 100644 --- a/README.rst +++ b/README.rst @@ -3,10 +3,10 @@ Using Trezor as a hardware SSH agent Sample usage:: - ~/Code/trezor/trezor-agent $ ./agent -k home + ~/Code/trezor/trezor-agent $ ./trezor_agent -k home ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKJnIA4lKZ1hR2tNUOFmtc8MwAVR4oe0CP5QzSrviSi4joZSTzHcmazK0800w2aj132EEmf1kzl6Vf7h46iCeD8= home - ~/Code/trezor/trezor-agent $ ./agent -k home > ~/.ssh/authorized_keys - ~/Code/trezor/trezor-agent $ ./agent -k home ssh localhost + ~/Code/trezor/trezor-agent $ ./trezor_agent -k home > ~/.ssh/authorized_keys + ~/Code/trezor/trezor-agent $ ./trezor_agent -k home ssh localhost Linux lmde 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1 (2015-04-24) x86_64 The programs included with the Debian GNU/Linux system are free software; diff --git a/agent b/trezor_agent similarity index 100% rename from agent rename to trezor_agent