NetworkManager-ssh
NetworkManager-ssh copied to clipboard
SSH VPN integration for NetworkManager
Georgian translation update
GNOME 42 seems to be switching to Gtk4, so we seem to be in a bit of a hurry to port the VPN plugins over. The bunch of the changes...
In my case, ~/.ssh/config contains, for the host in question a statement about a "ProxyCommand" which is necessary for the connection. In fact, it is even necessary for the DNS...
Whenever I try establishing the VPN in my Gnome settings I get an error notification with "Connection failed Activation of network connecition failed". The output of `sudo journalctl -u NetworkManager`...
When running a tunnel in tap mode it would be useful for me to not require a completely routed VPN, when I could just bridge the remote tap interface into...
On systems with default shell being anything other than bash the redirection '>& /dev/null' may cause shell error, resulting in nm_ssh_get_free_device always returning 0. When tun0 or tap0 is busy...
Fedora 30 Trying to utilize a working entry in my ssh config and getting `final secrets request failed to provide sufficient secrets` I set to use ssh agent but the...
Here is the client machine which is running Gnome and the Network Manager. ``` [ClientUser@ClientHostName ~]$ lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch Distributor ID: Fedora Description: Fedora release 33 (Thirty Three)...
I am trying to connect to a remote server via a **keyfile with password**. The connection failes with the following log output: ``` Jan 15 17:19:08 LOCAL_HOST NetworkManager[962]: [1610727548.6701] audit:...
Would it be possible to add instructions for systems using nftables?