Skip to content
#

ssh

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

patrickbussmann
patrickbussmann commented Mar 21, 2019

Steps to reproduce

config/deploy.rb

set :deploy_to, ->{ "/var/www/vhosts/#{fetch(:application)}" }

config/deploy/production.rb

set :application, "example.org"

Expected behavior

Command cap production deploy -p --dry-run prints.

------- Printing current config variables -------
:deploy_to => "/var/www/vhosts/example.org"
:application => "example

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

  • Updated Jan 17, 2020
  • Go
teleport
fspmarshall
fspmarshall commented Dec 12, 2019

The tsh ssh command dumps errors that originate from the proxy in an ugly and unformatted state. E.g. when connecting to a node that does not exits:

error: "failed connecting to node one-sshd. \nERROR REPORT:\nOriginal Error: *net.OpError dial tcp 172.10.1.21:3022: connect: connection refused\nStack Trace:\n\t/gopath/src/github.com/gravitational/teleport/lib/reversetunnel/localsite.go
witten
witten commented Oct 19, 2019

Have you checked borgbackup docs, FAQ, and open Github issues?

Yup.

Is this a BUG / ISSUE report or a QUESTION?

ISSUE / feature request.

System information. For client/server mode post info for both machines.

Your borg version (borg -V).

1.1.10

Operating system (distribution) and version.

Manjaro Linux 18.1.1

Hardware / network configuration, and

hel2o
hel2o commented Aug 6, 2019

图片
图片
运行不到6分钟 内网用户通过这个代理来上网 用户数在500人左右 内存在一直攀升,不会降低 会一直增长 ,还有打开的文件句柄数 也是一直在增加。是不是哪里忘记close了?
这样运行不到10分钟 程序最后自己死掉了 报 too many open files 我系统设置的open files数是65535

与使用squid作http代理 同样的用户 同样

m451
m451 commented Sep 19, 2019

As far as I glimsed into the PKCS11 PR, PKCS11 should be supported by now.
However I'm unable to actually use it. Currently I'm using PuttyCAC with a Smartcard, so the actual CAPI setup seems to work.

The help of ssh sais to use -I pkcs11 where pkcs11 (probably?) is the path to the pkcs11 dll.
I'm not sure if a compliant dll comes with the Windows installation or if addition tools like O

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.

shazow
shazow commented Apr 4, 2019

Redux of #204, #283:

Right now we sort by most recently active. If I just sent a message as shazow, responding to steve. And I s<tab again, it'll complete to shazow which makes sense since it was the most recent activity but I almost never want my own name.

It should only include my name if it's the only result.

Should be a fairly small change here: https://github.com/shazow/ssh-chat/

Recursive-NULL
Recursive-NULL commented Jan 6, 2020

Is your feature request related to a problem? Please describe.
Many newer bots are running commands with the "&" in the command knowing that the fake shell will not properly handle the background. They use this to their advantage and can tell they are in a honeypot.

Describe the solution you'd like
I would like it if you added realistic handling of the background "&" in the fake shel

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.