ssh
Here are 2,637 public repositories matching this topic...
Add a forward button
Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux
-
Updated
Jan 17, 2020 - HTML
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
VS Code: microsoft/vscode#86482
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
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
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
When selecting the SQL Server Experimental Option via the Tools / Options the Sql script currently in the help file needs updating to include two fields; RedirectAudioCapture, InheritRedirectAudioCapture
If you already have the table created quick fix
alter table [mRemoteNG].[dbo].[tblCons] add [RedirectAudioCapture] [bit] NO
Better documentation
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.
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/
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
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 !
More thorough docs
Due to the security repercussions, of deploying this incorrectly, Are they any docs that go into more detail on a proper installation?
Change default value of checkpoint_segments and checkpoint_completion_target for better performance?
Thanks for providing this useful container.
I am doing a research on configuration and have a question about two postgre config: It seems you keep the default setting of checkpoint_segments to 5min and checkpoint_completion_target to 0.5.
However, The official document recommends to set checkpoint_segments to at least
rtop is an interactive, remote system monitoring tool based on SSH
-
Updated
Jan 17, 2020 - Go
They do look nice, but when the log is saved to file without colors, it's impossible to tell what was printed on stdout and what on stderr. Replacing the char for stderr with ! would do.
This is a minor issue, and seems to have an easy 1-char fix.
Use case: You get a config file from your hosting provider which includes IP and port settings:
In assh.d/hosting/example.yml
hosts:
example.org:
Hostname: 236.76.138.168
Port: 2221Since you're using a different login name for this host you have to use a custom config:
In assh_personal.yml:
hosts:
example.org:
User: fooThe c
Looks like the README needs a do-over re. the build instructions. (I contributed to the duplication myself with #203). There are separate build instructions or a few Linux variants, then one separate section for Debian/Ubuntu/CentOS at https://github.com/MisterTea/EternalTerminal#debianubuntucentos
Improve this page
Add a description, image, and links to the ssh topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ssh topic, visit your repo's landing page and select "manage topics."



It would be a good idea to recommend the Wireguard MacOS app instead of the command line in the usage instructions.