ssh-manager | Ubuntu Desktop ssh manager
kandi X-RAY | ssh-manager Summary
kandi X-RAY | ssh-manager Summary
GUI ssh manager for Linux (Ubuntu).
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Run the command
- List available connections
- Connect to the given connection
- Returns the SSH command
- Edit the configuration file
- Return the edit command
- Get a connection by index
- Run the connection list
- Setup the UI
- Fill the listbox
- Show the widget
- Create Gtk Window
- Setup UI event handler
- Return the current window
ssh-manager Key Features
ssh-manager Examples and Code Snippets
Community Discussions
Trending Discussions on ssh-manager
QUESTION
I wanted to create a desktop launcher for my Python application. The application executes various ssh operations over pexpect
with publickey-authentication. The problem is however, when I start my app with the .desktop launcher it doesn't work properly. The ssh connections ask for a password and don't use the publickeys. But it works fine via commandline execution.
The .desktop File looks like this:
...ANSWER
Answered 2017-May-03 at 15:45As Mirosław Zalewski suspected in the comments, the problem was the ssh-agent
was not running for the desktop-environment because ssh-add
was initially used in the /etc/sources
. Executing ssh-add
in the X-users ~./profile
therefore solves the problem.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ssh-manager
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page