S
S
Sergey Semenko2014-11-25 20:29:31
linux
Sergey Semenko, 2014-11-25 20:29:31

How to close an SSH client without killing the session?

Let's say I started the server via SSH on the VPS, but how can I exit the SSH client without killing the server itself, and then continue the session if necessary?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
A
Alexey Cheremisin, 2014-11-25
@abler98

s.arboreus.com/2008/01/screen.html
Or www.ibm.com/developerworks/ru/library/l-lpic1-v3-103-5

V
Valentine, 2014-11-25
@vvpoloskin

Terminal multiplexers - tmux, screen

S
sergio_deschino, 2014-11-26
@sergio_deschino

noup, huh?

Z
Zhakupov, 2014-12-04
@Zhakupov

I use screen myself. simple and convenient to use

V
Veritatis_Exquisitor, 2015-03-03
@Veritatis_Exquisitor

To suspend an ssh session: press Enter, ~, Ctrl+z
To restore, execute the command "fg" or "fg ssh" if you sent something else to suspend.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question