Thread: ssh daemon question

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Banned
    Join Date
    May 2007
    Location
    Berkeley, CA
    Posts
    329

    ssh daemon question

    I'm not that sure if I should post this question here or the tech forum. ....


    Someone told me that an interactive ssh session works like the following

    When you do an interactive SSH login, stdin and stdout are connected to
    a pseudo-tty, which is connected to sshd on the server, which is
    connected to the TCP socket, which is connected to the ssh client.

    Now let's say that I have a remote application chatroom application called party on this server and I invoked it from my machine like the following

    ssh -t [email protected] party
    Here is my question. Would the party program get called before the sshd on the server connects to the TCP socket or after?
    Last edited by Overworked_PhD; 07-07-2009 at 09:30 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Why does the ssh daemon set up two processes?
    By Overworked_PhD in forum Tech Board
    Replies: 2
    Last Post: 09-25-2008, 06:48 PM
  2. SSH tunnel
    By kastrup_carioca in forum C Programming
    Replies: 10
    Last Post: 01-18-2006, 04:29 PM
  3. Daemon problem
    By gandalf_bar in forum Linux Programming
    Replies: 3
    Last Post: 07-20-2004, 06:23 AM
  4. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM