aboutsummaryrefslogtreecommitdiff
path: root/Assistant/Ssh.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Assistant/Ssh.hs')
-rw-r--r--Assistant/Ssh.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Assistant/Ssh.hs b/Assistant/Ssh.hs
index eefc2a2e2..47c2cb48a 100644
--- a/Assistant/Ssh.hs
+++ b/Assistant/Ssh.hs
@@ -32,6 +32,9 @@ data SshKeyPair = SshKeyPair
, sshPrivKey :: String
}
+instance Show SshKeyPair where
+ show = sshPubKey
+
type SshPubKey = String
{- ssh -ofoo=bar command-line option -}