7 lines
141 B
Bash
Executable File
7 lines
141 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ssh -i ~/.ssh/proxyserver \
|
|
-o StrictHostKeyChecking=no \
|
|
akanealw@192.168.1.4 \
|
|
"/home/akanealw/scripts/docker-image-prune.sh"
|