Search results

  1. shadowfax

    set default permission

    By default when I make a file and dir its permission is this: d rwx r-x r-x - rwx r-x r-x is there a way i can config a .config file such that when I make a file it will have permission of the following: - rwx --- --- and dir of the following: d rwx --- --- thanx
  2. shadowfax

    ssh timeout value

    It seems like even though I uncomment keepalive yes in the sshd_config file, my connect is still dropping. Any ideas? thanx
  3. shadowfax

    Installing Unix command line tool to OSX

    have you download the dev tools from the apple's website, I think it comes with the make utility, hope this helps.
  4. shadowfax

    ssh timeout value

    Thanx, I have asked numerous people about this, and you are the only that had given me a straight answer to remedy this problem. Once again, thank you!
  5. shadowfax

    ssh timeout value

    Hi, I use ssh to connect to my school server; however, after about 5 minutes of inactivity, this is the message I get: Read from remote host xxx.xxx.xxx: Connection reset by peer Connection to xxx.xxx.xxx closed. And I was wondering if there is a way to keep the connection even...
Back
Top