Let $A=(1,-2,-1)$ and $B=(2,5,6)$.
The vectors $\overrightarrow{UV}$ where $U=A$ or $B$ and $V=U+(1,0,0)$ will lie in a plane that is parallel to the $x-$axis.
The line through $A$ and $B$ can be expresses as
$$L(t)= A + t(B-A)=(1,-2,-1) + t(1,7,7)$$
Note $L_{A,B}(0)=A$ and $L_{A,B}(1)=B$.
The $x-$axis can be thought of as the line through the points $(0,0,0)$ and $(1,0,0)$.
$$L_x(s)=s(1,0,0)$$
The "direction" of $L_{A,B}$ is $B-A = (1,7,7)$ and the "direction" of the $x-$axis is $(1,0,0)$.
So the cross-product $(1,7,7) \times (1,0,0)=(0,7,-7)=7(0,1,-1)$ will be perpendicular to both lines.
The plane we seek must therefore be perpendicular to $(0,1,-1)$ and must pass through the point $A=(1,-2,-1)$
\begin{align}
(x,y,z)\circ(0,1,-1) &= A\circ (0,1,-1) \\
y-z &= -1 \\
\end{align}
Note that both points $A$ and $B$ and none of the points on $L_x(s)$ satisfy the equation $y-z=-1$.