sftp / entrypoint.sh
Kaballas's picture
ww
779a7d2
raw
history blame contribute delete
155 Bytes
#!/bin/bash
set -e
PUBLIC_IP=$(curl -sf https://api.ipify.org || echo "unavailable")
echo "===== Public IP: ${PUBLIC_IP} ====="
exec /usr/sbin/sshd -D -e