Files
Moje_Poznamky/artix_scripts/ip-sshd.sh
2024-06-11 14:16:05 +02:00

4 lines
75 B
Bash
Executable File

#!/bin/bash
ip a add 192.168.57.132/24 dev eth1 && \
rc-service sshd start