From 415ef26768a7c7365b775447072fba073db0035e Mon Sep 17 00:00:00 2001 From: Stephen Fox Date: Thu, 28 Feb 2019 09:30:30 -0500 Subject: [PATCH] Removed TODO about key pair description per review feedback. --- helper/ssh/key_pair.go | 1 - 1 file changed, 1 deletion(-) diff --git a/helper/ssh/key_pair.go b/helper/ssh/key_pair.go index 11f6b6386..442b85b51 100644 --- a/helper/ssh/key_pair.go +++ b/helper/ssh/key_pair.go @@ -64,7 +64,6 @@ type FromPrivateKeyConfig struct { } // KeyPair represents an SSH key pair. -// TODO: Maybe a field for a description? Maybe save the type? type KeyPair struct { // PrivateKeyPemBlock represents the key pair's private key in // ASN.1 Distinguished Encoding Rules (DER) format in a