From ac1ebcc75c6cca4b6a9c7dc6d16048524cd22129 Mon Sep 17 00:00:00 2001 From: David Cowden <dcow@smallstep.com> Date: Thu, 18 Jun 2020 17:01:43 -0700 Subject: [PATCH] readme: Clarify hostkey example Add slightly more description. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8cbda9..8dd9ee8 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,10 @@ Hello SSH Server closed remote connection to localhost. ``` -### Echo server +### Host Key -The default session handler is an echo server. -Easily configure a persistent host key. +Easily configure a persistent host key using `sshutil.LoadHostKeyFromFile`. +The default session handler is an echo terminal server. [`hostkey`](https://github.com/smallstep/sshutil/tree/master/example/hostkey/main.go) -- GitLab