MSTSC: Flipping between sessions within a session

  • Thread starter Thread starter John A. Bailo
  • Start date Start date
J

John A. Bailo

Suppose I terminal serve to a server, and from there terminal serve to
another server (I have to do this for security reasons - I cannot
directly connect from my workstation).

Workstation (A) -> Bastion Host (B) -> Target Host (C)

All my sessions are full screen.

Now, I want to keep Session C open, but flip back to Session B.

How can I do this?

Also, I might want to open several full screen sessions from (B) --
(D), (E)....

Workstation (A) -> Bastion Host (B) -> Target Host (C)
Bastion Host (B) -> Target Host (D)
Bastion Host (B) -> Target Host (E)

How can I flip back to (B), open new full screen sessions, and flip
between them?

Are there keyboard commands for this?
 
Hello,

you may use CTRL+ESC to switch between full screen and window mode.
I think ctrl + alt + break works too

--
Cordialement,
Mathieu CHATEAU
http://lordoftheping.blogspot.com


"John A. Bailo" <jabailo@texeme.com> wrote in message
news:1187628566.721394.103800@22g2000hsm.googlegroups.com...
>
> Suppose I terminal serve to a server, and from there terminal serve to
> another server (I have to do this for security reasons - I cannot
> directly connect from my workstation).
>
> Workstation (A) -> Bastion Host (B) -> Target Host (C)
>
> All my sessions are full screen.
>
> Now, I want to keep Session C open, but flip back to Session B.
>
> How can I do this?
>
> Also, I might want to open several full screen sessions from (B) --
> (D), (E)....
>
> Workstation (A) -> Bastion Host (B) -> Target Host (C)
> Bastion Host (B) -> Target Host (D)
> Bastion Host (B) -> Target Host (E)
>
> How can I flip back to (B), open new full screen sessions, and flip
> between them?
>
> Are there keyboard commands for this?
>
 
Back
Top