Google


ADBRITE ads links
You are here: CodeIdol.com > Unix > Linux® Quick Fix > Secure Remote Logins And File Copying > Starting OpenSSH

SAVE
Digg
Shown on del.icio.us del.icio.us
See Whos Talking About This on Technorati Technorati
I've Reddit reddit

Starting OpenSSH

OpenSSH is installed by default during Linux installations. Because SSH and SCP are part of the same application, they share the same configuration file and are governed by the same /etc/init.d/sshd startup script.

You can configure SSH to start at boot by using the chkconfig command.

     [root@bigboy tmp]# chkconfig sshd on

You can also start, stop, and restart SSH after booting by running the sshd initialization script.

     [root@bigboy tmp]# service sshd start
     [root@bigboy tmp]# service sshd stop
     [root@bigboy tmp]# service sshd restart

Remember to restart the SSH process every time you make a change to the configuration files for the changes to take effect on the running process.

    SAVE
    Digg
    Shown on del.icio.us del.icio.us
    See Whos Talking About This on Technorati Technorati
    I've Reddit reddit

    You are here: CodeIdol.com > Unix > Linux® Quick Fix > Secure Remote Logins And File Copying > Starting OpenSSH
       
    Related tags







    Popular Categories
    Unix books and guides
    AJAX popular information
    C# language guides
    Windows books and cookbooks
    .......






    © CodeIdol Labs, 2007