question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature: Add slicli ssh login

See original GitHub issue

Please 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:closed
  • Created 6 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
sergiocarlosmoralescommented, Aug 5, 2017

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.

0reactions
allmightyspiffcommented, Jul 14, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found