From 86248bf4c3000b1ec3cd9949f81e667bd48ed907 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 2 Jun 2021 18:10:01 +0100 Subject: [PATCH] sshkeys: Some todos Signed-off-by: Ian Jackson --- src/bin/otter.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/otter.rs b/src/bin/otter.rs index 77277b6a..59d3e167 100644 --- a/src/bin/otter.rs +++ b/src/bin/otter.rs @@ -7,6 +7,8 @@ pub type MgmtChannel = ClientMgmtChannel; // xxx ssh keys: need a force option to set key for non ssh: account +// xxx make default account be ssh:: rather than unix:: if we are passed --ssh +// xxx make remote otter have a different error message prefix use otter::imports::*; -- 2.30.2