How to use sshtargate? #1

Closed
opened 2021-03-06 17:24:17 +00:00 by Androz2091 · 4 comments
Androz2091 commented 2021-03-06 17:24:17 +00:00 (Migrated from gitlab.com)

Hello, I'm trying to make a simple application with cview and I'd like to know if there is a demo file or something like that? I only see a configuration file?

Hello, I'm trying to make a simple application with cview and I'd like to know if there is a demo file or something like that? I only see a configuration file?
tslocum commented 2021-03-07 02:49:54 +00:00 (Migrated from gitlab.com)

Hey @Androz2091. CONFIGURATION.md explains how to create a configuration file as well as how to start sshtargate. This document should cover everything you need to get started. If you have additional questions just let me know.

Hey @Androz2091. [CONFIGURATION.md](https://gitlab.com/tslocum/sshtargate/blob/master/CONFIGURATION.md) explains how to create a configuration file as well as how to start sshtargate. This document should cover everything you need to get started. If you have additional questions just let me know.
Androz2091 commented 2021-03-21 13:30:41 +00:00 (Migrated from gitlab.com)

All right thank you. I'd like to create the following project: a simple SSH server that can store SSH credentials (encrypted with the password), and once you log into the SSH server with the right credentials you can access a UI and you're able to select the right server and connect to it. Do you think that SSHtargate is a good choice for this app?

All right thank you. I'd like to create the following project: a simple SSH server that can store SSH credentials (encrypted with the password), and once you log into the SSH server with the right credentials you can access a UI and you're able to select the right server and connect to it. Do you think that SSHtargate is a good choice for this app?
tslocum commented 2021-03-21 16:35:25 +00:00 (Migrated from gitlab.com)

sshtargate does not currently expose any authentication process, and there is no UI (it only facilitates the connection process and runs a command for a client once they connect).

I recommend looking into other SSH servers that have this functionality built in, but if you can't find anything, it may be possible to modify sshtargate to achieve this. Let me know what you find.

sshtargate does not currently expose any authentication process, and there is no UI (it only facilitates the connection process and runs a command for a client once they connect). I recommend looking into other SSH servers that have this functionality built in, but if you can't find anything, it may be possible to modify sshtargate to achieve this. Let me know what you find.
Androz2091 commented 2021-03-21 17:58:15 +00:00 (Migrated from gitlab.com)

Thank you for the information 👍

Thank you for the information :thumbsup:
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tslocum/sshtargate#1
No description provided.