269 reputation
215
bio website
location
age
visits member for 1 year, 4 months
seen yesterday
stats profile views 24

May
16
awarded  Nice Question
May
4
awarded  Popular Question
Apr
23
awarded  Popular Question
Mar
25
awarded  Popular Question
Mar
12
comment How can I debug Apache, not starting upon boot
It turns out that I had an Apache configuration error as seen on another question: unix.stackexchange.com/a/45402/14091 . Do you still believe your answer would have fixed my error? Or why would "enable" work when "defaults" option didn't?
Feb
21
comment How can I solve this ssh-agent problem?
@CraftyThumber Re: "just launch the first parent from the Mint menu". Even doing that has the "Automatically unlock whenever I'm logged in" option disabled when asking me for the passphrase.
Feb
20
awarded  Popular Question
Feb
7
awarded  Popular Question
Feb
5
awarded  Popular Question
Jan
23
comment How do I edit the terminal launch command in Linux Mint?
For Gnome 3-based installations, it seems gconf-editor is being phased out. User dconf-editor instead. askubuntu.com/questions/122039/dconf-editor-and-gconf-editor . And user gsettings instead of gconftool-2 at the command line.
Jan
8
awarded  Yearling
Dec
31
comment How can I solve this ssh-agent problem?
I'm one version behind, on Linux Mint 13. But for the menu-accessed terminal, why would it still not let me select "save this passphrase for each time I log in"?
Dec
30
comment How can I solve this ssh-agent problem?
Yes, I'm on Gnome. 1) Output is empty. 2) Very interesting. I usually do Ctrl+Alt+t. It's a shortcut I set using the Linux Mint application Keyboard Shortcuts using the command I previously mentioned. However, when launching Terminal through the main "Start" menu, SSH acted differently. The Gnome GUI prompted me for my password to my keyring. The option to save this passphrase for later sessions was greyed out, I couldn't select it. (The menu launcher command is also mate-terminal --maximize -e tmux.) Does that get us closer? Thanks, aculich.
Dec
29
comment How can I solve this ssh-agent problem?
It's a bit complicated about what terminal I'm using (my own fault!). My terminal launch command is mate-terminal --maximize -e tmux (which I presume is gnome-terminal). Furthermore, zsh is then loaded within tmux. ssh-askpass-gnome was installed. $DISPLAY has expected result. For the inheritance, tmux is sitting under mate-terminal with no mension of gnome-session. On a separate branch, it's tmux───zsh───xargs───pstree. To answer your last question, the output is: init───mdm───mdm───x-session-manag───ssh-agent. What do you think? Thanks.
Dec
29
comment How can I solve this ssh-agent problem?
The third link shows basic setup which doesn't seem to go further than what I've already done. Thanks, though.
Dec
29
comment How can I solve this ssh-agent problem?
I'll comment as I go. With the first link, I added ` IdentityFile ~/.ssh/id_rsa` to ~/.ssh/config but that didn't fix it.
Dec
7
awarded  Teacher
Dec
7
comment What's this SSH error about “incorrect RSA1 identifier” and “unspecified GSS failure”?
Thanks to you and @Nils. You've pointed me in the right direction to solve this, as a keyring problem.
Dec
5
comment What's this SSH error about “incorrect RSA1 identifier” and “unspecified GSS failure”?
Would the following indicate that I have an agent running? If not, it's possible I don't have "any ssh key agent running compatible with my desktop environment". sudo echo $SSH_AUTH_SOCK !5123 /tmp/ssh-[me-snip-for-security]/agent.2857.
Dec
5
comment What's this SSH error about “incorrect RSA1 identifier” and “unspecified GSS failure”?
The /etc/ssh/ssh_config file does have the following settings (I presume GSSAPIAuthenticaiton no overriding this from ~/.ssh/config). SendEnv LANG LC_*, HashKnownHosts yes, GSSAPIAuthentication yes and GSSAPIDelegateCredentials no.