Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Yahir
/
Llama.ui
like
0
Runtime error
App
Files
Files
Community
9114bae
Llama.ui
/
start.sh
Yahir
Update start.sh
7ce6f1d
over 1 year ago
raw
Copy download link
history
blame
234 Bytes
#!/bin/bash
ssh-keygen -A
sed -ri
's/^#?PermitRootLogin\s+.*/PermitRootLogin yes/'
/etc/ssh/sshd_config
sed -ri
's/UsePAM yes/#UsePAM yes/g'
/etc/ssh/sshd_config
mkdir
/root/.ssh
/usr/sbin/sshd -D &
wetty -p 7860 --allow-remote-hosts