http://blackhatpv2rdzzm4jf4jd5jqwmimuext4agbkz7y4olmhs3ivm2fqqd.onion/technical-guide.html
                                
                                
                                                                            Step 2: Transfer Keys to Your Server File Transfer (Linux/macOS) # Using SCP
scp hs_ed25519_* 
[email protected]:/tmp/
# Using SFTP
sftp 
[email protected]
put hs_ed25519_*
# Windows users can use WinSCP or similar tools 
Step 3: Create Hidden Service Directory Directory Setup # Create the hidden service directory
sudo mkdir -p /var/lib/tor/your_hidden_service/
# Verify directory exists
ls -la /var/lib/tor/ 
Step 4: Move Keys and Set Permissions Key...