4 lines
75 B
Bash
Executable File
4 lines
75 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ip a add 192.168.57.132/24 dev eth1 && \
|
|
rc-service sshd start |