The blog provides Network Security Tips, Tricks, How To/Procedures. Products and areas not limited to Firewalls, Security, Check Point, Cisco, Nokia IPSO, Crossbeam, SecurePlatform, SPLAT, IP Appliance, GAiA, Unix/Linux.

Check Point - How To Stop/Start/Restart SSH Daemon (sshd) - CLI

In Check Point, SSH daemon (sshd) can be started, stopped or restarted using command "/sbin/service sshd stop|start|restart". The command need to be executed in expert mode. It works on both SecurePlatform (SPLAT) and GAiA operating system.

Syntax:

/sbin/service sshd stop
/sbin/service sshd start
/sbin/service sshd restart


Example:

[Expert@CheckPoint]# /sbin/service sshd stop
Stopping sshd:                             [  OK  ]
[Expert@CheckPoint]#

[Expert@CheckPoint]# /sbin/service sshd start
Starting sshd:                             [  OK  ]
[Expert@CheckPoint]#

[Expert@CheckPoint]# /sbin/service sshd restart
Stopping sshd:                             [  OK  ]
Starting sshd:                             [  OK  ]
[Expert@CheckPoint]#




Check Point - How To Stop/Start/Restart SSH Daemon (sshd) - CLI Check Point - How To Stop/Start/Restart SSH Daemon (sshd) - CLI Reviewed by Admin on 07:58:00 Rating: 5