Is it possible to proxyjump into the tailscale network from outside the network, such as from the local library or university computer? Something like:
ssh -J user@bastion user@tailscale-ip
Or:
ssh -A -t user@bastion ssh -A -t user@tailscale-ip
Is it possible to proxyjump into the tailscale network from outside the network, such as from the local library or university computer? Something like:
ssh -J user@bastion user@tailscale-ip
Or:
ssh -A -t user@bastion ssh -A -t user@tailscale-ip