Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

emersion/gnomeconnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GNOMEConnect

A GNOME frontend for KDEConnect.

Installing

go get -u github.com/emersion/gnomeconnect
cd $GOPATH/src/github.com/emersion/gnomeconnect
make install-user

Make sure to add $GOPATH/bin to your $PATH in ~/.profile.

Building

go get -u github.com/emersion/gnomeconnect
cd $GOPATH/src/github.com/emersion/gnomeconnect
make

SFTP plugin

The Android app exposes a SFTP plugin, but it uses ssh-dss, which has been removed by default from ssh due to security concerns. To be able to use it, edit ~/.ssh/config and add:

HostKeyAlgorithms=+ssh-dss

About

A GNOME frontend for KDEConnect

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published