mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-24 15:55:17 -04:00
cli: add ssh
command to securely connect with nodes over ssh (#3568)
This commit is contained in:
parent
e6048e093b
commit
706d1dff15
18 changed files with 471 additions and 41 deletions
|
@ -61,6 +61,7 @@ func NewRootCmd() *cobra.Command {
|
|||
rootCmd.AddCommand(cmd.NewIAMCmd())
|
||||
rootCmd.AddCommand(cmd.NewVersionCmd())
|
||||
rootCmd.AddCommand(cmd.NewInitCmd())
|
||||
rootCmd.AddCommand(cmd.NewSSHCmd())
|
||||
rootCmd.AddCommand(cmd.NewMaaPatchCmd())
|
||||
|
||||
return rootCmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue