https://github.com/mmahrous/lab-managment-shell-scripts
This scripts I created cause I had to deal with 24 PC on the same LAN.
https://github.com/mmahrous/lab-managment-shell-scripts
Last synced: 3 months ago
JSON representation
This scripts I created cause I had to deal with 24 PC on the same LAN.
- Host: GitHub
- URL: https://github.com/mmahrous/lab-managment-shell-scripts
- Owner: mmahrous
- Created: 2015-10-14T13:19:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T13:40:02.000Z (over 9 years ago)
- Last Synced: 2025-01-09T06:53:15.544Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Lab Managment shell scripts
This scripts I created cause I had to deal with 24 PC on the same LAN.#### SSH key injection
This script is used to authorize the ssh key of the managment machine
```
sh sshkey_authorize.sh
```
> you can edit **HOSTS** with your PCs ip address.
> I consider that you know your ip address of the machines#### Poweroff
This script is used to poweroff all the machines
*I assume that it's already authorized with ssh key*
```
sh poweroff.sh
```
> you can edit **HOSTS** with your PCs ip address.
> I consider that you know your ip address of the machines#### Transfer file
This script is used to transfer file to a certine path in other machines.
*I assume that it's already authorized with ssh key*
```
sh transfer_file.sh
```
> you can edit **HOSTS** with your PCs ip address.
> I consider that you know your ip address of the machines