openssh
Here are 156 public repositories matching this topic...
Portable OpenSSH, all Win32-OpenSSH releases and wiki are managed at https://github.com/powershell/Win32-OpenSSH
-
Updated
Jun 23, 2020 - C
The documentation is pretty straightforward, I only need to do the following:
echo -n "mypassword" | docker run -i --rm atmoz/makepasswd --crypt-md5 --clearfrom=-
then copy the output $1$1TWZh6FZ$XNf2mNVT8HLIXEjAqGnZe/ to the arguments then append :e,
here is my whole argument:
tester:$1$1TWZh6FZ$XNf2mNVT8HLIXEjAqGnZe/:e
its not working, but an unencrypted password like `tester:mypa
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.
Example for AWS ECS
This bastion host is bloody useful and will save our team an enormous effort, thanks!
I had a little trouble working out how to run this on ECS so I'm posting my cloudformation template here for anyone that is looking to do the same:
AWSTemplateFormatVersion: 2010-09-09
Description: Bastion
Parameters:
KeyPairName:
Description: >-
Enter a Public/private key pair. If
We should support
- a known_hosts of registered hosts (what we have right now)
- a known_hosts with the CAs used for all currently issued certs (today, we only support one, so just that)
- or both.
Sharkey-client should grab both by default.
I just had an issue that I was unable to execute neither wsl-ssh-pageant or wsl-ssh-pageant-gui. Both just exited immediately, without any error message or log file produced. It was quite hard to debug and it took me some time to notice that the SSH_AUTH_SOCK file already existed. Probably some leftover from a previous run. I just deleted the file and it was working again.
It would be goo
CURSE is an SSH certificate signing server, built as an alternative to Netflix's BLESS tool, but without a dependency on AWS.
-
Updated
Apr 4, 2017 - Go
Ansible role to configure the OpenSSH server daemon
-
Updated
Apr 4, 2020 - Shell
Corkscrew is a tool for tunneling SSH through HTTP proxies.
-
Updated
Oct 11, 2019 - Shell
OpenSSH 2.3 up to 7.4 Mass Username Enumeration (CVE-2018-15473).
-
Updated
Nov 15, 2019 - Shell
A lightweight OpenSSH Docker Image built atop Alpine Linux.
-
Updated
May 18, 2019 - Dockerfile
SSH connection daemon for Debian/Raspbian/Ubuntu/etc
-
Updated
May 6, 2020 - Shell
Over the years, I've come up with a way to accomplish this + there are problems.
Likely there's a better way. Love to hear how other people do this.
My steps using Ubuntu with the following directory structure for my LXD hosting clients...
/sites/$client/$site/{wordpress,logs,htdocs}
- First set a www-data ACL, so any newly created files/dirs inherit www-data in addition to creator ow
The Userify Shim (cloud agent)
-
Updated
Dec 11, 2019 - Python
OpenSSH remote DOS exploit and vulnerable container
-
Updated
Oct 30, 2017 - JavaScript
Expose your LocalHost with this tool
-
Updated
May 12, 2020 - Shell
- enabling offline bruteforcing
- vulnerable to shoulder surfing
- explain this is the reason we only do signing keys (for authentication) and not ECDH keys for encryption
- et cetera
edkey allows you to write ED25519 private keys in the OpenSSH private key format
-
Updated
Feb 22, 2017 - Go
SSH CA Client/Server
-
Updated
Jan 24, 2019 - Go
Terraform module for generating an SSH public/private key file.
-
Updated
Jul 2, 2019 - HCL
This is a set of scripts for the initial installation and configuration of Debian and Ubuntu server for use as web hosting.
-
Updated
Jul 3, 2016 - Shell
Improve this page
Add a description, image, and links to the openssh topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the openssh topic, visit your repo's landing page and select "manage topics."


If you are seeing the "Bad configuration option: usekeychain" error during a
gitcommand, it may be because Git isn't running the Apple-installed version of SSH. To ensure that you know which version ofsshis called fromgit, set an environment variable:More generally, any wrapper of SSH could cause this kind of error. So I'd suggest checking which SS