Disable "shared terminal" behavior with Ubuntu 11.10 on EC2?
Solution 1:
The first time you log in to the instance, enter this command:
byobu-disable
This will log you out and future logins will not be forced to share.
You can also learn to use screen
if you want to use its advanced functionality, but the above is the easy way to get back to a sane default.