From: Ian Jackson Date: Wed, 2 Jun 2021 17:10:01 +0000 (+0100) Subject: sshkeys: Some todos X-Git-Tag: otter-0.7.0~108 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=86248bf4c3000b1ec3cd9949f81e667bd48ed907;p=otter.git sshkeys: Some todos Signed-off-by: Ian Jackson --- 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::*;