SSH + GNU Screen >
Be able to reconnect to and continue the same SSH login.
Problem ∞
- Open terminal
- SSH into a host
- .. do stuff
- Close terminal
- SSH into a host
-
.. continue where you left off
Solution: Use -t ∞
# Use -t # Examples: \ssh "username@example.com" -t \screen -A -D -RR \ssh "username@example.com" -p port_number -t \screen -A -D -RR
Last updated 2017-12-18 at 10:22:23
