All Projects → Jrohy → sshcopy

Jrohy / sshcopy

Licence: GPL-3.0 License
自动化拷贝ssh密钥程序, 支持并发设置服务器免密

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to sshcopy

client
Remote access and tunnels to your localhost from everywhere in the world.
Stars: ✭ 25 (+4.17%)
Mutual labels:  ssh
golddrive
Windows ssh network drive
Stars: ✭ 30 (+25%)
Mutual labels:  ssh
python3-docker-devenv
Docker Start Guide with Python Development Environment
Stars: ✭ 13 (-45.83%)
Mutual labels:  ssh
TwitterPiBot
A Python based bot for Raspberry Pi that grabs tweets with a specific hashtag and reads them out loud.
Stars: ✭ 85 (+254.17%)
Mutual labels:  ssh
gost
GO Simple Tunnel - a simple tunnel written in golang
Stars: ✭ 8,395 (+34879.17%)
Mutual labels:  ssh
Shodan-RPi
A simple SSH bruteforce script targeting (not necessarily) Raspbian devices.
Stars: ✭ 13 (-45.83%)
Mutual labels:  ssh
iCtrl
UofT Engineering Lab Remote
Stars: ✭ 91 (+279.17%)
Mutual labels:  ssh
httpshell
SSH like Shell via http protocol
Stars: ✭ 13 (-45.83%)
Mutual labels:  ssh
tinkerun
A new way of Running Tinker. Simplify the Web Artisan's workflow.
Stars: ✭ 266 (+1008.33%)
Mutual labels:  ssh
rsp
Rapid SSH Proxy
Stars: ✭ 223 (+829.17%)
Mutual labels:  ssh
dist-detect
Try to determine what Linux/Unix distribution is running on a remote host and get a hint if security updates are applied.
Stars: ✭ 14 (-41.67%)
Mutual labels:  ssh
ssh-python
Python bindings for libssh C library.
Stars: ✭ 19 (-20.83%)
Mutual labels:  ssh
j2ssh-maverick
The open source branch of our legacy API providing a robust, mission critical SSH component to the community.
Stars: ✭ 57 (+137.5%)
Mutual labels:  ssh
sshcon
Quick and simple SSH config management tool
Stars: ✭ 29 (+20.83%)
Mutual labels:  ssh
PyFiSync
Python (+ rsync or rclone) based intelligent file sync with automatic backups and file move/delete tracking.
Stars: ✭ 88 (+266.67%)
Mutual labels:  ssh
fastlogin
ssh快速登录工具
Stars: ✭ 45 (+87.5%)
Mutual labels:  ssh
teamcity-deployer-plugin
Deployer plugin for TeamCity CI server
Stars: ✭ 37 (+54.17%)
Mutual labels:  ssh
omnitty
Omnitty: Multiple-Machine SSH Multiplexer
Stars: ✭ 20 (-16.67%)
Mutual labels:  ssh
rtc-ssh
WebRTC wrapper for SSH connect
Stars: ✭ 95 (+295.83%)
Mutual labels:  ssh
re-mote
Re-mote operations using SSH and Re-gent
Stars: ✭ 61 (+154.17%)
Mutual labels:  ssh

sshcopy

Go Report Card Downloads

自动生成密钥和拷贝密钥到远程服务器(ssh-copy-id), 支持并发批量设置服务器免密

运行方式

1. 命令行参数

./sshcopy -ip [ip] -user [user] -port [port] -pass [pass] [-h|--help] [-s]
所有参数支持多个参数传参, 空格隔开, 例如 -ip "ip1 ip2" -port "port1 port2"
    -h, --help           查看帮助
    -s                   开启极简模式, 只显示必要的日志
    -ip                  server ip, 不传脚本进入交互输入模式
    -user                server user, 多个user时和ip按顺序匹配, user数量不足用最后一个, 不传默认所有ip user为root
    -port                server port, 多个port时和ip按顺序匹配, port数量不足用最后一个, 不传默认所有ip port为22
    -pass                server password, 多个password时和ip按顺序匹配, pass数量不足用最后一个, 不传脚本会提示输入服务器密码

2. 交互输入模式

直接运行./sshcopy即可, 脚本会提示输入要进行免密的服务器ip、端口、用户等信息的

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].