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

add sshfs plugin to the new file infrastructure #11507

Merged
merged 3 commits into from
Mar 1, 2021

Conversation

bgruening
Copy link
Member

@bgruening bgruening commented Feb 27, 2021

This can be configured with something like in the files_sources_conf.yml

- type: ssh
  id: ssh-to-host-x
  doc: "SSH share on X"
  host: gruenings.eu
  user: bag
  passwd: None
  pkey: /home/user/.ssh/id_rsa
  timeout: 10
  port: 22
  keepalive: 10
  compress: False
  config_path: "~/.ssh/config"

- type: ssh
  id: local-ssh
  doc: "local ssh"
  host: localhost
  user: bag

@jmchilton should we add a files_sources_conf.yml.sample file with example configs?

fs.sshfs is needed to make it work.

@github-actions github-actions bot added this to the 21.05 milestone Feb 27, 2021
@jmchilton
Copy link
Member

It would be great to have an example config file!

@jmchilton jmchilton merged commit 6033c05 into galaxyproject:dev Mar 1, 2021
@github-actions
Copy link

github-actions bot commented Mar 1, 2021

This PR was merged without a "kind/" label, please correct.

@nsoranzo nsoranzo deleted the fs.ssh branch March 1, 2021 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants