All Projects → seamounts → essh

seamounts / essh

Licence: other
Extended ssh command

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Labels

Projects that are alternatives of or similar to essh

Code Debug
Native debugging for VSCode
Stars: ✭ 232 (+452.38%)
Mutual labels:  ssh
X11docker
Run GUI applications and desktops in docker and podman containers. Focus on security.
Stars: ✭ 3,797 (+8940.48%)
Mutual labels:  ssh
Ssh
ssh员工管理系统
Stars: ✭ 252 (+500%)
Mutual labels:  ssh
Aiida Core
The official repository for the AiiDA code
Stars: ✭ 238 (+466.67%)
Mutual labels:  ssh
Bastillion
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.
Stars: ✭ 2,730 (+6400%)
Mutual labels:  ssh
Cedardeploy
cedardeploy:发布系统基于python,flask,mysql,git,ssh-key,supervisor.支持多类型,上线,回滚,监控,报警
Stars: ✭ 248 (+490.48%)
Mutual labels:  ssh
Chameleon
Customizable honeypots for monitoring network traffic, bots activities and username\password credentials (DNS, HTTP Proxy, HTTP, HTTPS, SSH, POP3, IMAP, STMP, RDP, VNC, SMB, SOCKS5, Redis, TELNET, Postgres and MySQL)
Stars: ✭ 230 (+447.62%)
Mutual labels:  ssh
reverse-ssh
Statically-linked ssh server with reverse shell functionality for CTFs and such
Stars: ✭ 548 (+1204.76%)
Mutual labels:  ssh
Sshfs Win Manager
A GUI for SSHFS-Win (https://github.com/billziss-gh/sshfs-win)
Stars: ✭ 239 (+469.05%)
Mutual labels:  ssh
Teleconsole
Command line tool to share your UNIX terminal and forward local TCP ports to people you trust.
Stars: ✭ 2,750 (+6447.62%)
Mutual labels:  ssh
Jcabi Ssh
Java SSH client
Stars: ✭ 240 (+471.43%)
Mutual labels:  ssh
Socker
A Go library to simplify the use of SSH for devops
Stars: ✭ 242 (+476.19%)
Mutual labels:  ssh
Hss
An interactive parallel ssh client featuring autocomplete and asynchronous execution.
Stars: ✭ 248 (+490.48%)
Mutual labels:  ssh
Bless
Repository for BLESS, an SSH Certificate Authority that runs as a AWS Lambda function
Stars: ✭ 2,627 (+6154.76%)
Mutual labels:  ssh
Mallory
HTTP/HTTPS proxy over SSH
Stars: ✭ 251 (+497.62%)
Mutual labels:  ssh
Shout
SSH made easy in Swift
Stars: ✭ 232 (+452.38%)
Mutual labels:  ssh
Fasttunnel
NAT 内网穿透 远程内网计算机 域名访问内网站点 反向代理内网服务 花生壳 端口转发 http代理 微信 小程序 expose a local server behind a NAT or firewall to the internet like ngrok and frp. NAT ssh proxy tunnel reverse-proxy
Stars: ✭ 248 (+490.48%)
Mutual labels:  ssh
trezor-ssh-agent
Trezor SSH Agent for Windows (Putty, WinSCP and more) + KeepKey supported!
Stars: ✭ 54 (+28.57%)
Mutual labels:  ssh
consrv
Command consrv is a SSH to serial console bridge server, originally designed for deployment on gokrazy.org devices. Apache 2.0 Licensed.
Stars: ✭ 76 (+80.95%)
Mutual labels:  ssh
Elkarbackup
Open source backup solution for your network
Stars: ✭ 247 (+488.1%)
Mutual labels:  ssh

essh

ssh 登陆管理工具

usage

安装

go get -u github.com/seamounts/essh

如果没有go 环境,可以直接下载可执行文件:binary.tar.gz

配置

在用户目录创建:.essh.yaml 或者 essh.yaml

配置格式如下:

- name: 通过密钥登陆
  user: root
  host: 1.2.3.4
  port: 22
  keypath: path-key

- name: 通过密码登陆
  user: root
  host: 5.6.7.8
  port: 22
  password: 123456

- name: 登陆后,执行shell命令
  user: root
  host: 10.2.3.4
  port: 22
  cmds:
    - cmd: ssh [email protected]

- name: 跳板机
  user: root
  host: 10.10.101.1
  port: 22
  jump:
    - user: root
      host: 10.10.101.2
      port: 22
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].