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

Ssh only transport #4235

Closed
wants to merge 9 commits into from
Closed

Ssh only transport #4235

wants to merge 9 commits into from

Commits on Jul 9, 2020

  1. Configuration menu
    Copy the full SHA
    7104f71 View commit details
    Browse the repository at this point in the history
  2. split some calls by adding internal calls

    This keeps references to sftp only in very basic internal calls that can be overriden.
    adegomme committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    11d0238 View commit details
    Browse the repository at this point in the history
  3. limit log size for remote command execution.

    SSH only client copies files with cat, triggering full file content to be printed here. Which can be a lot.
    adegomme committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    4bef08a View commit details
    Browse the repository at this point in the history
  4. Add ssh_only transport.

    It's a variant of the ssh transport, inheriting it and replacing each sftp command by an equivalent pure ssh call.
    This has been (quickly) tested to work to submit jobs and gather results on two different systems without sftp access (slurm and direct).
    adegomme committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    6b40008 View commit details
    Browse the repository at this point in the history
  5. missing self

    adegomme committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    7b4f957 View commit details
    Browse the repository at this point in the history
  6. lint

    adegomme committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    a48be0e View commit details
    Browse the repository at this point in the history
  7. more lint

    adegomme committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    e8d77b6 View commit details
    Browse the repository at this point in the history
  8. and another missed one...

    adegomme committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    d96412e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    14c76bb View commit details
    Browse the repository at this point in the history