Skip to content
#

ssh-key

Here are 173 public repositories matching this topic...

xpe
xpe commented Jan 31, 2017

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

achimnol
achimnol commented Feb 17, 2018

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
TJM
TJM commented Aug 13, 2018

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

nir0s
nir0s commented Mar 30, 2017

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']
...
gorlapraveen
gorlapraveen commented Oct 4, 2018

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

Improve this page

Add a description, image, and links to the ssh-key topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.