Find the intersection of the hyperboloid $x^2+y^2-3z^2=1$ with its tangent plane at the point $(2,0,1).$
I know the equation of the tangent plane at that point is $2x-3z=1$.
But isn't the intersection of the plane and the hyperboloid the point $(2,0,1)$ itself? Or did I miss something?

This tangent plane cuts the surface in two lines, as shows GeoGebra picture.
The system $$\begin{aligned} x^2+y^2-3z^2&=1\\ 2x-3z&=1 \end{aligned}$$ (plug $z$ from second into the first equation) gives $$3y^2-(x-2)^2=0,$$ which is union of the planes $$x-y\sqrt3=2 \quad \text{or} \quad x+y\sqrt3=2.\tag{1}$$
To obtain the lines (parametric or other kind of equations), use the tangent plane and one of the equations in $(1)$.