Git Product home page Git Product logo

Comments (3)

sevein avatar sevein commented on August 28, 2024

If you're using Vagrant, vagrant ssh-config is what you should be using. Just authenticate exactly as the output of that command describes. I've found an example here: https://stackoverflow.com/a/12938524. scp -F can read that format (not sure from STDIN). You could also use paramiko.ssh.SSHConfig but I don't know if paramiko comes with support for file transfer.

from deploy-pub.

jrwdunham avatar jrwdunham commented on August 28, 2024

Thanks sevein! Looks like I'll have to add another option (and some documentation) to the acceptance tests (in particular, scp_server_file_to_local of archivematicaselenium.py) so that scp-requiring tests can use the path to a specified identity file instead of a password. I'll close the issue here and open a new one in the acceptance tests repo, assigned to me.

from deploy-pub.

sevein avatar sevein commented on August 28, 2024

Cool. I would also try to consider scp just another file transport because it's likely that not all the environments are going to provide scp, e.g. in RDSS, scp is not going to be a thing at all. The files you're trying to access may be available as some kind of network share (perhaps nfs or some transparent mount point in the filesystem).

from deploy-pub.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.