Tagged Questions
1
vote
1answer
390 views
ssh-agent not starting in OpenSuSE desktop
It seems that ssh-agent is not starting on my OpenSuSE system. When I run pgrep -fl ssh-agent, the result is blank. On my Linux Mint laptop, I get 1785 /usr/bin/ssh-agent /usr/bin/dbus-launch ...
1
vote
1answer
150 views
Start up ssh connection on startup
I need to start a ssh connection to a proxy in order to have access to some resources.
I have written the shell script and managed to run the script successfully.
However, I found it very ...