SSH tunnel to Grafana

When i type this command: ssh -L 3000:localhost:3000 @. Should i put Cardano as the user or the root & should i write sudo infront? after that is asks me for passw, and then the Verification key. Whish verification key is it that i should write ?

Best regards,

Try in this way:
ssh -L 3000:localhost:3000 username of the relay@ip_address

1 Like