[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]

ssh/byobu screen size

Robert Berger robert.karl.berger@gmail.com
Sat, 5 Jan 2013 19:44:30 GMT


Hi,

In the meantime I'm pretty happy with my conserver setup and managed to
get ssh going as well.

Why would I go for a simple ssh connection through conserver?

$ consoles
Enter student@vlab2-gateone's password:
 igepv2-1                   up   <none>
 beagle-xm-1                up   <none>
 student@vlab2-armv7a-dev   up   student@console
 student@vlab2-gateone      up   <none>

Like this I can see who is using which machine.

Some mysterious problem I see is related to screen size when I use byobu.

If I ssh to a machine and execute byobu the size of it is full screen,
but as soon as I ssh through conserver the size of byobu is just a
quarter of the screen, which is quite annoying.

I compare the environment variables and they don't indicate any obvious
problem size problem:

22,24c22,24
< declare -x SSH_CLIENT="192.168.2.132 34830 22"
< declare -x SSH_CONNECTION="192.168.2.132 34830 192.168.2.160 22"
< declare -x SSH_TTY="/dev/pts/2"
---
> declare -x SSH_CLIENT="192.168.2.132 34829 22"
> declare -x SSH_CONNECTION="192.168.2.132 34829 192.168.2.160 22"
> declare -x SSH_TTY="/dev/pts/0"
27c27
< declare -x
XDG_SESSION_COOKIE="33f8bc2dcb5d99346cfaa01700000004-1357413880.650470-1787195920"
---
> declare -x
XDG_SESSION_COOKIE="33f8bc2dcb5d99346cfaa01700000004-1357413754.175098-985048905"

Regards,

Robert