0
votes
0answers
89 views

How do you allow one ssh user to only get access to a screen and the keyboard is disabled

How do I create a user that has no keyboard access, is automatically attached to another user's screen when logged in and cannot escape the screen. Example I make a new user called "user1" I set the ...
2
votes
1answer
367 views

SSH'ing to my machine attaches an existing screen session and detaching it ends my SSH session

ssh'ing to my Ubuntu machine automatically attaches an existing screen session and detaching ends my ssh session What I want is to be able to ssh to my Ubuntu machine without automatically ...
0
votes
0answers
53 views

Strange data loss on Ubuntu Server 10.04 (32-bit)

I have a server that I connect remotely to for web development and general back ups. I connect via SSH and do my work inside screen sessions in case the SSH connection goes down. I've not had any ...
1
vote
2answers
199 views

Lost console when EC2 ssh is logged out

I run a java application as a server on a EC2. But as I loose my ssh connection all console messages are also lost. When I redirect all messages to > my.log and then use tail -f my.log I dont get ...
1
vote
0answers
155 views

Ubuntu Server on MacBook 1,1: vbetool dpms on/off stops working after a few minutes

I disassembled my black MacBook 1,1 CoreDuo and installed ubuntu server 12.04 on it. Using ssh I can use the vbetool dams command to switch the LCD screen on and off remotely. But this only works for ...