-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
glTail on OSX doesnt support SSH keys with a password set #25
Comments
It's the sandboxing of apps distributed via the app store. I can as Apple On Sat, Aug 17, 2013 at 3:04 AM, Stuart Hopkins notifications@github.comwrote:
|
And now what? Is there a workaround? |
I am also in the same situation, spend £7.99 on glTail and have to pretty much rewrite all my ssh stuff to get an error that says I cant do it in the first place? If it doesn't work why is it still on the App Store? |
What doesn't work? As long as the the key isn't password protected, it On Fri, Feb 13, 2015 at 12:29 PM, Yannick McCabe-Costa <
|
After re-pushing all my ssh keys and installing ssh-askpass, when running glTail, it still ask for permission to access the /Users/user_name/.ssh/id_rsa and asks for the passphrase for that file. From a terminal session, I can ssh into my servers without using passwords as I have pushed all the keys, however glTail is asking for access to the key files, which it should technically be asking permission for via Keychain, due to how Apple have reworked the Keychain. Having no password protection on a private key is also probably not the best idea... |
Not having a password on the private key is not the best idea, but it's the On Fri, Feb 13, 2015 at 12:39 PM, Yannick McCabe-Costa <
|
Just tried using glTail on OSX and have found that it wont connect to systems where the SSH key is password-protected. Initially it was failing on ssh-askpass not being present, however even after using a common OSX script to provide that functionality I am getting the following error:
UNKNOWN:[/bin/bash: /usr/libexec/ssh-askpass: Operation not permitted
The ssh-askpass script is executable and has the correct permissions (its accessible by any user on the system), so I am not sure what is triggering the OMP error.
The text was updated successfully, but these errors were encountered: