How to freeze up an ssh session to an ec2 machine.
while True:
print("This ssh session will be unresponsive to control-c soon")
I haven't figured out a way to get out of this other than reboot
Post
June 15, 2020
June 15, 2020
How to freeze up an ssh session to an ec2 machine.
while True:
print("This ssh session will be unresponsive to control-c soon")
I haven't figured out a way to get out of this other than reboot