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 milestone #963

Closed
ghost opened this issue Mar 23, 2020 · 9 comments
Closed

ssh milestone #963

ghost opened this issue Mar 23, 2020 · 9 comments

Comments

@ghost
Copy link

ghost commented Mar 23, 2020

is there a milestone for geany-plugin-remote-ssh somewhere ?
something alike remote-ssh on atom or vscode?

@codebrainz
Copy link
Member

I believe SSH support is already provided through GVFS. Not sure if that's what you mean?

@ghost
Copy link
Author

ghost commented Mar 24, 2020

what is gvfs? it is not listed in geany plugins.

@codebrainz
Copy link
Member

codebrainz commented Mar 24, 2020

See here.

It allows you to mount remote file systems, which to Geany just appear like any other file system. You could probably also just use SSHFS directly to mount a remote directory, which would also just appear to Geany as any other file system.

@ghost
Copy link
Author

ghost commented Mar 30, 2020

is there any geany-gvfs tutorial ?

@elextr
Copy link
Member

elextr commented Mar 30, 2020

To be clear, geany only accesses the local filesystem, if you use any method to make a remote filesystem appear as if local Geany can access it. But the functionality to mount remote filesystems as local is not part of Geany, its part of your operating system.

@ghost
Copy link
Author

ghost commented Mar 30, 2020

so - essentially - there is no remote mounting as you have it in vscode/atom ?

@luiseduardo
Copy link

for SSHFS(Ssh File System) i use gui Sftpman-gtk, in this you mount your ssh remote point in a local disk.
https://github.com/spantaleev/sftpman-gtk

@codebrainz
Copy link
Member

The popular Linux desktop environments (and if I'm not mistaken Win32 and Macos) usually include the ability to mount remote (and other) filesystems from the file manager application, as well.

Seems a little redundant for Geany to implement something already provided by the underlying OS/DE.

@elextr
Copy link
Member

elextr commented Mar 31, 2020

I guess if somebody wants to make a plugin that does the mounts thats fine too.

Also this and this started some additional built-in capability but have not been merged, possibly because no committer has the configuration to test it and nobody else posted testing results.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants