Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kaballas
/
sftp
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
sftp
/
entrypoint.sh
Kaballas
ww
779a7d2
27 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
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