ssh-manager | A simple script to manage ssh connections | SSH library
kandi X-RAY | ssh-manager Summary
kandi X-RAY | ssh-manager Summary
A simple script to manage ssh connections
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ssh-manager
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