Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows: cms windows ssh (install | on | off) #278

Open
laszewsk opened this issue Dec 22, 2019 · 2 comments
Open

Windows: cms windows ssh (install | on | off) #278

laszewsk opened this issue Dec 22, 2019 · 2 comments
Assignees
Labels
bug Something isn't working doc enhancement New feature or request

Comments

@laszewsk
Copy link
Member

We need a manaul about how to switch on and off sshd and install ssh client on windows as discussed at

a) install proper ssh command (ggogle):

ssh: https://www.howtogeek.com/336775/how-to-enable-and-use-windows-10s-built-in-ssh-commands/

this would go into manual

b) install proper sshd service (google)

sshd: https://winscp.net/eng/docs/guide_windows_openssh_server

this would go into the manual

c) for both commands a cms command could be developed that does this from the command line such as

cms windows install ssh

@laszewsk laszewsk added enhancement New feature or request doc labels Dec 22, 2019
@laszewsk laszewsk changed the title Windows: ssh / sshd Windows: cms windows ssh (install | on | off) Dec 22, 2019
@laszewsk laszewsk added the bug Something isn't working label Dec 22, 2019
@laszewsk
Copy link
Member Author

ALthough this is not a bug in cloudmesh but rather a configuration issue, it seems its best to enhance cloudmesh to create a new command that allows the instalation and switching on and off the sshd deamon.

the deamon switchin is realy not needed, but the ssh install. this way we can easily us ethe build in ssh instaead of using more complex python APIs

@laszewsk
Copy link
Member Author

paramiko could be used as alternative, but that's just too complex and does not provide any benefit for us. e.g. we want o log in and not just sending messages back and forth

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working doc enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants