On Wed, Oct 29, 2014 at 11:08 AM, Balazs Kezes wrote:
> On 2014-10-28 17:42 +0100, meino.cra...@gmx.de wrote:
>> I login on my Beaglebone via ssh using this command:
>> ssh -t root@ screen -R -d
>> ...
>> What is the above ssh-command in case of tmux to acchieve the same as
>> with using screen ?
On 2014-10-28 17:42 +0100, meino.cra...@gmx.de wrote:
> I login on my Beaglebone via ssh using this command:
> ssh -t root@ screen -R -d
> ...
> What is the above ssh-command in case of tmux to acchieve the same as
> with using screen ?
Have you tried "ssh -t root@ tmux attach -d"? Or even
better: