ssh-key
Here are 173 public repositories matching this topic...
If you are seeing the "Bad configuration option: usekeychain" error during a git
command, it may be because Git isn't running the Apple-installed version of SSH. To ensure that you know which version of ssh
is called from git
, set an environment variable:
GIT_SSH="/usr/bin/ssh"
More generally, any wrapper of SSH could cause this kind of error. So I'd suggest checking which SS
The config file is currently mandatory. Some parts of cashierd can be configured via environment variables (I'm really not sure why I did this) but ideally the config should be entirely settable using cmdline flags and the config file should be optional.
-
Updated
Sep 26, 2018 - Rust
The current console logging (e.g., which is shown in docker logs
command) has very little information helpful to the users.
- Print date/time, severity, and the source module information to each line. Optionally we could add coloring when printing to a tty.
- Print the current version and configuration summary (e.g., if
UnionRemoteSet
is used, show the individual remote sets) whe
-
Updated
Feb 7, 2020 - Go
-
Updated
Aug 20, 2019 - Python
-
Updated
Nov 7, 2018 - Python
-
Updated
Oct 15, 2018
-
Updated
May 11, 2020 - Python
-
Updated
Apr 1, 2019 - Shell
-
Updated
Feb 1, 2019 - Perl
I believe that I figured this out by looking through the "issues" but it might be useful to update the readme to indicate that you need to check the NON-DEFAULT option Use Git and optional Unix tools from the Windows Command Prompt
. It does indicate in the installation to not check that unless you understand the implications (not sure I do) of a couple typical dos utilities (find and sort) bei
-
Updated
Jan 24, 2020 - Shell
-
Updated
Jun 26, 2019
It would be nice to show in the docs how fabric could utilize ghost to read keys:
import ghost
from fabric import run, env
stash = ghost.Stash(ghost.Storage(...), ...)
env.key = stash.get('ssh_key')['value']['key']
env.host_string = stash.get('ssh_key')['value']['conn']
...
-
Updated
Jun 8, 2020 - Shell
What to contribute ?
- Add Documentation for most used Bash scripting commands in your day -to-day scripting activities for System Automation . Ex: Inline Text Processing commands,
- You can document suggested packages which are in with compliance with any of GPLV2 +, MIT License and any other Open
-
Updated
May 1, 2018 - Go
-
Updated
Sep 12, 2019 - Go
Improve this page
Add a description, image, and links to the ssh-key topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ssh-key topic, visit your repo's landing page and select "manage topics."
Hi !
#277 suggest that you can mange to connect to Active Directory and map profiles to groups using ldap-ol-with-roles. Could you provide additionnal information or update the documentation ?
Is it working at all ?
Thank you !