sshportal/pkg
Jason Wessel 28a5fd1846 feat: Allow user multiple keys with userkey create
And end user may have more than one ssh key, the userkey create
command should be able to accept more than one key so you can do
something like:

   curl https://github.com/USER.keys | ssh sshportal -p 2222 -l admin userkey create USER

The userkey create command also does not work properly from an
interactive shell due to the use of bufio.  This patch adds the
ability to use either the interactive shell or direct ssh command to
input one or more keys.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
2021-03-09 09:29:10 -06:00
..
bastion feat: Allow user multiple keys with userkey create 2021-03-09 09:29:10 -06:00
crypto Add generation of ecdsa and ed25519 keys. 2020-10-10 04:21:11 +02:00
dbmodels fix: increase size of name fields 2020-08-19 18:23:36 +02:00