Skip to main content

Rdp y SSh

SSH

Soffid allows you to deploy a new docker container with the ssh gateway. The configuration is similar to the sync server configuration, the main difference is the ssh container is listening in ssh.

 

*  You can use the same network defined in the Console and Sync Server installation to avoid visibility problems.

 

Environment Variables

To create the new SSH container you need to set the following environment variables:

Variable Description Example

SOFFID_SERVER

Sync Server URL

https://syncserver01.soffid.com:1760

SOFFID_USER

Soffid user to join the security domain

admin

SOFFID_PASSWORD

Soffid user password

changeit

SOFFID_HOSTNAME

The hostname used to access the ssh gateway

ssh-gateway

STORE_SERVER

Store URL

http://soffid.pat.pam:8082

STORE_PASSWORD

Store password

****************

STORE_USER

Store user

proxyssh

 

 


/opt/soffid/tomee/bin/
./add-user.sh proxyssh launcher

docker volume create soffid-ssh

docker run --name soffid-ssh \
-e SOFFID_SERVER=https://iam-sync.soffidnet:1760 \
-e SOFFID_USER=admin \
-e SOFFID_PASS=admin123 \
-e SOFFID_HOSTNAME=ssh-gateway \
-e STORE_SERVER=http://soffid.pat.pam:8082 \
-e STORE_PASSWORD=kDH0vh8MFWWn843Vhzmj0Np7uzMEfbqFYM1ELCQqOf++tF0xgSrVe2eGq81OXvqy \
-e STORE_USER=proxyssh \
-v soffid-ssh:/opt/soffid/iam-sync/conf \
--add-host soffid.pat.pam:192.168.133.1 \
--add-host forge.dev.lab:10.129.120.5 \
--publish 2222:22 \
--network=soffidnet.intenal \
soffid/pam-ssh:1.4.2