View Single Post
  #5   (View Single Post)  
Old 14th July 2018
jmccue jmccue is offline
Real Name: John McCue
Package Pilot
 
Join Date: Aug 2012
Location: here
Posts: 170
Default

The issue happened again, but I am quite sure I found the issue.

I had cloned /etc/X11/xinit/xinitrc to create my own ~/.xinitrc but I forgot to include these line at the end of ~/.xinitrc

Code:
if [ "$SSH_AGENT_PID" ]; then
    ssh-add -D < /dev/null
    eval `ssh-agent -s -k`
fi
Since I did this, the intermittent has not happened
Reply With Quote