Skip to main content
All shared hosting servers use a non-default SSH port to reduce automated brute-force noise. SSH listens on port 831. Examples:
# SSH
ssh -p831 -l username nlsh0X.shared-infra.net

# SCP
scp -P831 ~/file.txt username@nlsh0X.shared-infra.net:~/

# rsync
rsync -av -e 'ssh -p831' ~/file.txt username@nlsh0X.shared-infra.net:~/
Last modified on June 4, 2026