chiark / gitweb /
sshkeys: Some todos
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 2 Jun 2021 17:10:01 +0000 (18:10 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 2 Jun 2021 17:10:26 +0000 (18:10 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/bin/otter.rs

index 77277b6a6b664c2236f76ecebb5de1d1a0214474..59d3e1679ebfb96306132faabd90a5daa86097f9 100644 (file)
@@ -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:<user>: rather than unix:<user>: if we are passed --ssh
+// xxx make remote otter have a different error message prefix
 
 use otter::imports::*;