Feature: Add slicli ssh login
See original GitHub issuePlease triple-check to make sure that you have properly masked out user credentials like usernames, passwords and API keys before submitting your issue
Expected Behavior
We need one cli can be directly login into baremetal or virtual machines
Actual Behavior
Currently we can’t login into baremetal via slcli ssh login bm01 like that
Environment Information
Operating System:
softlayer-python version (slcli --version
):
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
SSH Essentials: Working with SSH Servers, Clients, and Keys
The SSH connection is implemented using a client-server model. ... To enable this functionality, log in to your remote server and edit the ......
Read more >az ssh - Microsoft Learn
SSH into Azure VMs or Arc Servers. az ssh arc. SSH into Azure Arc Servers. Users can login using AAD issued certificates or...
Read more >Adding a security feature to the ssh login - linux - Stack Overflow
This is a very bad idea, firstly it's easy to bypass, secondly as @Nick3500 correctly stated, encrypting your SSH key has the same...
Read more >How to access remote systems using SSH | Enable Sysadmin
The SSH tool allows you to log in and run commands on a remote machine just as if you were sitting in front...
Read more >New: Using Amazon EC2 Instance Connect for SSH access to ...
Install RPM or Debian packages respectively to enable the feature. New Amazon Linux 2 instances have the EC2 Instance Connect feature ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
To avoid manually having to copy SSH keys you can have SoftLayer automatically do it when a server is provisioned by leveraging the SSH Keys functionality of the API.
I have security concerns about having the SLCLI be able to directly log in to resources, in addition to the complications of accounting for conditions unique to each server as you can have SSH configured in many ways (if accesible at all) like network interface, port, users etc.
Let’s keep this open for discussion, in the interim you can leverage SSH keys API along with some scripting on your end to achieve what you need.
Coming back to this issue after 3 years, I think it is something that is just too complicated to maintain for us.
I’m going to close this issue as something we won’t be adding. Thanks for the suggestions though, I do appreciate them, even if this one won’t be added.