sshportal/pkg/bastion
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
..
acl.go feat: ACL Check with inception and expiration 2020-07-23 18:50:35 +02:00
acl_test.go fix: add more linters 2020-07-01 14:46:23 +02:00
dbinit.go Add generation of ecdsa and ed25519 keys. 2020-10-10 04:21:11 +02:00
logtunnel.go refactor: split package main 2019-01-03 21:11:43 +01:00
session.go feat: host logging modes (disabled, commands, everything) 2020-07-04 22:16:46 +02:00
shell.go feat: Allow user multiple keys with userkey create 2021-03-09 09:29:10 -06:00
ssh.go feat: host logging modes (disabled, commands, everything) 2020-07-04 22:16:46 +02:00
telnet.go chore: bump github.com/gliderlabs/ssh to v0.2.2 2019-06-24 10:25:04 +02:00