Results 1 to 4 of 4

Thread: How to start ssh service on solaris?

  1. #1
    Join Date
    Oct 2009
    Posts
    5

    How to start ssh service on solaris?

    Does any one know how to start ssh service on solaris? Secure shell (SSH) provides a secure connection and it also provide the remote connection. How do I refresh ssh services on solaris? Any recommendations and suggestions are appreciated.

  2. #2
    Join Date
    Apr 2008
    Posts
    3,522

    Re: How to start ssh service on solaris?

    Secure shell (SSH) is a protocol that provides a secure, remote connection to any device with ssh support. SSH is a substitute to Berkeley r-tools like telnet, rlogin, rsh and rcp which are not secure. Used primarily on Linux and Unix based systems to access shell accounts, SSH was designed as a replacement for Telnet and other insecure remote shells, which send information, notably passwords, in plaintext, leaving them open for interception.

  3. #3
    Join Date
    Apr 2008
    Posts
    3,295

    Re: How to start ssh service on solaris?

    The following command will allow you to restart ssh service on solaris?
    Code:
    /lib/svc/method/sshd restart
    OR

    To Restart the SSH Service,Login and Run the command :
    Code:
    svcadm restart svc:/network/ssh:default

  4. #4
    Join Date
    Jan 2009
    Posts
    318

    Re: How to start ssh service on solaris?

    SSH is already installed on Solaris 10. Use the svcs command to determine if it is online. You can try adding a "set -x" at the beginning of the sshd script to trace its execution at boot time. Command use to restart
    Code:
     /etc/init.d/sshd restart
    and To start ssh :
    Code:
    /etc/init.d/sshd start

Similar Threads

  1. Directory Service cannot start
    By rihas in forum Windows Server Help
    Replies: 1
    Last Post: 06-03-2012, 02:10 PM
  2. Replies: 3
    Last Post: 27-01-2010, 07:48 PM
  3. Cannot start SPAdmin service
    By ABBOTT in forum Operating Systems
    Replies: 3
    Last Post: 26-06-2009, 09:08 PM
  4. Service Auto Start
    By Fastrohit in forum Windows Software
    Replies: 3
    Last Post: 07-04-2009, 07:37 PM
  5. Replies: 4
    Last Post: 13-08-2006, 12:09 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,646,466.88124 seconds with 16 queries