Skip to content

lazysa/Shell-Scripts

Repository files navigation

shell

some of my used shell scripts

How to use

1.mult_ssh.sh
establish a trust relationship of SSH (admin -> server...)

ssh-keygen -t rsa -b 2048 -N '' -f ~/.ssh/ssh-id_rsa
ssh-copy-id -i ~/.ssh/ssh-id_rsa.pub 192.168.1.11

About

Some of my used shell scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published