Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
csbase-dev
sgarest-daemon
Commits
66036d06
Commit
66036d06
authored
5 years ago
by
Carlos Juliano Viana
Browse files
Options
Download
Patches
Plain Diff
Adicionando seção referente a configuração para uso do mecanismo de transferência via SSH.
[SOMA-2584]
parent
ada8307e
master
maia/4208/FixInvalidPropTestInCiCd
maia/9022/SgaCygwinInstall
maia/9564/DisableKubernetesDeploy
newfeature/SOMA-3699_IdentificarVersaoSGA
newfeature/SOMA-4444_AddSgaToK8s
1.7.9
1.7.8
1.7.7
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.1
1.6.0
1 merge request
!35
[SOMA-2584] Adicionando seção referente a configuração para uso do mecanismo de transferência via SSH.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+19
-0
README.md
with
19 additions
and
0 deletions
+19
-0
README.md
+
19
−
0
View file @
66036d06
...
...
@@ -47,6 +47,25 @@ following to your `sgad.cfg`:
To use
`sga-exec`
when writing your own driver, the rule of thumb is to
avoid Lua's standard
`io.*`
and
`os.*`
routines.
## ssh-datatransfer
A SGA daemon can use a ssh data transfer mechanism to copy input and executable files to execute on remote
host sandbox. The SSH data transfer configuration can be enable with posix driver. Add the following to your
`sgad.cfg`
:
driver = "sga.driver.posix"
extra_config = {
csbase_transfer_name = "ssh-datatransfer",
csbase_csfs_root_dir = "/tmp/csfs_sandbox",
ssh_host = "localhost",
ssh_port = 22,
ssh_user_name = "csgrid",
ssh_private_key_path = "/home/csgrid/.ssh/csgrid_id_rsa"
}
`Note:`
Add
**csgrid_id_rsa**
private key in /home/csgrid/.ssh CSGrid server directory and fill
**csgrid_id_rsa.pub**
file content in SGA csgrid home directory _.ssh/authorized_keys_ file.
## Install
Requirements:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets