On 27/10/2014 19:03, [email protected] wrote: > Hi, > > I am using screen to log into my beaglebone embedded computer, which > runs Gentoo (of course!) like this: > > ssh -t [email protected] screen -R -d > > . This makes it possible to detach the terminal and shutdown the PC, > while the beagle still runs processes... > > BUT: > Unfortunately I cannot copy and paste things from my PC to a started > session like the way described above. > > What is the problem here? ssh? screen? Or...simply my (mis-) > understanding of the whole thing ?
How are you doing the copy-paste actions? Read up on Ctrl-a [ (copy) and Ctrl-a ] (paste), it's quite well described in screen's man page -- Alan McKinnon [email protected]

