Skip to content
#

ssh

Here are 2,879 public repositories matching this topic...

一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.

  • Updated May 20, 2020
  • Go
ThomasWaldmann
ThomasWaldmann commented Apr 13, 2020

If somebody has some time for FUSE benchmarking:

diff --git a/src/borg/fuse.py b/src/borg/fuse.py
index 429790e4..27ab1c1a 100644
--- a/src/borg/fuse.py
+++ b/src/borg/fuse.py
@@ -644,12 +644,13 @@ def read(self, fh, offset, size):
                 data = self.data_cache[id]
                 if offset + n == len(data):
                     # evict fully read chunk from cache
-     
bluebaroncanada
bluebaroncanada commented Jul 14, 2017

Documentation is awful.

For instance, sign says it returns a string, but if it fails, it clearly returns false. No where in the documentation that I can find does it tell me to check for false, and thus, I'm left wondering if that's the only thing that indicates failure especially when it returns calls to two different other functions.

tosiara
tosiara commented Aug 19, 2019

Describe the bug
RSA keys seems to be supported and it is technically possible to login with RSA pub keys. But there is no documentation about how can you configure to allow login with any RSA key

To Reproduce
Steps to reproduce the behavior:

  1. ssh root@server -i mykey.rsa
  2. Access denied
2019-08-19T14:49:13.425705Z [cowrie.ssh.factory.CowrieSSHFactory] New connection: 10.0.
teleconsole
psyhomb
psyhomb commented Nov 24, 2019

Using GitHub identity to share a session does not work for me!

Version: Teleconsole 0.4.0

SSH key pair was created with following command (without passphrase) and public key was successfully added to GitHub account:

ssh-keygen -t rsa -b 2048 -f .ssh/$github_user_key

Session was created by running:

teleconsole -i $github_user

When I try to join a pr

certificates
hongkongkiwi
hongkongkiwi commented Nov 29, 2019

What would you like to be added

I would love to have a MongoDB database connector.

Why this is needed

All our other services use MongoDB and I would love to keep everything unified in one database system.

Failing that, is it possible to provide a pluggable webhook that we can have and then enter into our own database?

joshunger
joshunger commented Aug 22, 2016

Is it possible to add support for usernames already defined in the ssh config? It isn't technically "passing" it but ssh just uses it. This is how I believe Ansible works. This would be very helpful so (a) usernames aren't hardcoded and (b) a username configured already for the server in ssh so you don't duplicate the definition elsewhere.

An easy example is ec2-user for Amazon Linux instanc

assh
SibrenVasse
SibrenVasse commented Oct 28, 2018

I have question/bug regarding the following use case when proxying to a server with a 'non-default' port:

hosta:
    Port: 22

hostb:

defaults:
    Port: 2222

This generates a ssh config with a ProxyCommand:

Host *
    ProxyCommand /usr/bin/assh connect --port=%p %h

So when you try to run ssh hosta/hostb, ssh only applies the options for '*'. It then executes th

wordmove

Improve this page

Add a description, image, and links to the ssh 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 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.