-
Updated
Sep 6, 2020 - Shell
#
ssh
Here are 3,084 public repositories matching this topic...
Streisand sets up a new server running your choice of WireGuard, OpenConnect, OpenSSH, OpenVPN, Shadowsocks, sslh, Stunnel, or a Tor bridge. It also generates custom instructions for all of these services. At the end of the run you are given an HTML file with instructions that can be shared with friends, family members, and fellow activists.
ssh
ansible
openvpn
stunnel
tor
shadowsocks
vpn
censorship
openconnect
anyconnect
wireguard
streisand
一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.
-
Updated
Aug 22, 2020 - Go
Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux
-
Updated
Sep 19, 2020 - HTML
A fully-modern text-based browser, rendering to TTY and browsers
-
Updated
Sep 13, 2020 - JavaScript
Secure Access for Developers that doesn't get in the way.
go
kubernetes
ssh
golang
bastion
security
certificate
pam
cluster
firewall
audit
rbac
teleport
jumpserver
teleport-binaries
-
Updated
Sep 19, 2020 - Go
2
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
-
Guide to using YubiKey for GPG and SSH
-
Updated
Sep 17, 2020
mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
-
Updated
Sep 15, 2020 - C#
Cowrie SSH/Telnet Honeypot http://cowrie.readthedocs.io
ssh
security
honeypot
telnet
sftp
scp
attacker
threat-sharing
threatintel
kippo
threat-analysis
cowrie
cowrie-ssh
telnet-honeypot
-
Updated
Sep 17, 2020 - Python
Command line tool to share your UNIX terminal and forward local TCP ports to people you trust.
-
Updated
Jun 2, 2020 - Go
Bastillion is a web-based SSH console that centrally manages administrative access to systems. Web-based administration is combined with management and distribution of user's public SSH keys.
-
Updated
Aug 2, 2020 - Java
Repository for BLESS, an SSH Certificate Authority that runs as a AWS Lambda function
-
Updated
Sep 16, 2020 - Python
EmiiKhaos
commented
Jul 16, 2020
What would you like to be added
Add support for a DynamoDB storage backend. Although MySQL is available, it would require to run a RDS Instance for it. Extra costs, backup considerations, etc. Even with Aurora Serverless.
DynamoDB is just there, scales as needed with OnDemand pricing and has fine backup capabilities.
Why this is needed
We plan to run step-ca in AWS ECS on Farga
Simple script to analyse your PostgreSQL database configuration, and give tuning advice
-
Updated
Aug 25, 2020 - Perl
tunnel
ssh
tcp
ssr
https
proxy
ipfs
shadowsocks
vpn
deep-web
gfw
rst
ip-blocking
digital-certificate
fq-book
-
Updated
Jul 17, 2020 - Shell
-
Updated
Sep 4, 2020 - Go
rtop is an interactive, remote system monitoring tool based on SSH
-
Updated
Feb 13, 2019 - Go
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."
Electron has an API to play the shell bell https://www.electronjs.org/docs/api/shell#shellbeep
To support this with xterm.js we would need to allow
bellSoundto take a() => void:https://github.com/xtermjs/xterm.js/blob/ab63b5168161d5a3a93708f4dc274fadee176801/typings/xterm.d.ts#L47-L50