Re: General Linux?



On Monday 30 April 2007 12:11, Knute Johnson wrote:
Is it possible to ssh to my computer, start a command line
program, exit ssh and then come back later and ssh to the same
command line program?  How would I do that exactly?

Use the "screen" command. In essence you would ssh to your target
machine, issue the screen command, run your command, detach from
the command by using the "<CTRL-a>,d" sequence, then exit from the
target machine. Later you could ssh to your target machine, issue
the "screen -list" to see your detached session(s) and issue the
"screen -r <desired-session>" to reattach to the previously running
session. See "man screen" for more details.

Regards, Mike Klinke


--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: Really need help on this one
    ... Is there a way to read the output of a particular command into ... Heres a better example using ssh. ... set timeout $timeout ... exec kill -9 $pid ...
    (comp.lang.tcl)
  • Re: OT: Hard disk mirror with Paragon on USB stick?
    ... at least two pages of intricate command line stuff. ... The password is only used when you want to backup to a remote machine ... via the network, using the ssh protocol. ... (e.g. with linux, ...
    (sci.electronics.design)
  • RE: midnight commander and ssh sftp
    ... midnight commander and ssh sftp ... which is displayed at the bottom of the MC panel. ... "Left file command options right" at the top of the MC ... MC SSH session with the remote host by hitting F10 key. ...
    (freebsd-questions)
  • Re: sshd and ftpd
    ... ssh keys, so when you log in it doesn't ask for one. ... we want to be able to connect to our remote host without ... If you used the defaults supplied by the ssh-keygen command, ...
    (Ubuntu)
  • Re: ssh
    ... With 'fully' I mean that command: ... ssh target_machine_name date ... ~/.ssh/authorized_keys on my home computer. ... He also mentioned scp, and I think the better alternative would be to run sftp with a batch file. ...
    (Debian-User)