My question is about mimicking PuTTy inside Spacemacs in Windows, not about using Spacemacs via PuTTy.
That is, I am interested in learning whether it is possible to open within Spacemacs a remote terminal such that I could do within Spacemacs what I currently do in PuTTy. I know that one can work on remote files, by using the built-in TRAMP layer and doing something like C-x Cf
and entering the remote address (e.g. /ssh:myusername@hostaddress:root/home/myfile.txt
.
However, I never found anything about how to open just the remote terminal from the server being connected to. Is that even possible?