Discussion:
[j-nsp] sshd Demon Error on Junos 9.3R1.7
Abhi
2009-07-09 10:05:35 UTC
Permalink
Hi Guys

while committing the configuration after enabling the ssh service i am getting the following error.


root at BOM-SC20# commit synchronize
re0:
[edit system services ssh]
'ssh'
warning: daemon binary /usr/sbin/sshd not found
configuration check succeeds
re1:
[edit system services ssh]
'ssh'
warning: daemon binary /usr/sbin/sshd not found

below is the config

services {
ssh {
protocol-version v2;

can u suggest what could be cause. i checked in the process running by using "show system process detail" could not found any sshd process running,

How can i start this process.
Advice.

Regards
Abhijeet.C
masood
2009-07-09 12:28:57 UTC
Permalink
To use SSH on Juniper routers, you need to have JUNOS domestic release. To
check this out you may execute the following command?

show version

OR more specific one :) (coz i love junos UNIX like matching style)

show version | match Cryp

The above command will let you know that you are running with a crypto
package or not. If not then you have to get JUNOS domestic release

Regards,
Masood
Post by Abhi
Hi Guys
while committing the configuration after enabling the ssh service i am
getting the following error.
root at BOM-SC20# commit synchronize
[edit system services ssh]
'ssh'
warning: daemon binary /usr/sbin/sshd not found
configuration check succeeds
[edit system services ssh]
'ssh'
warning: daemon binary /usr/sbin/sshd not found
below is the config
services {
ssh {
protocol-version v2;
can u suggest what could be cause. i checked in the process running by
using "show system process detail" could not found any sshd process
running,
How can i start this process.
Advice.
Regards
Abhijeet.C
_______________________________________________
juniper-nsp mailing list juniper-nsp at puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp
sthaug
2009-07-09 11:34:35 UTC
Permalink
Post by Abhi
while committing the configuration after enabling the ssh service i am getting the following error.
Completely expected if you're running the non-domestic version of the
JunOS software.
Post by Abhi
can u suggest what could be cause. i checked in the process running by using "show system process detail" could not found any sshd process running,
You need to install the domestic version (jinstall-*-domestic-signed.tgz)
which has ssh support.

Steinar Haug, Nethelp consulting, sthaug at nethelp.no
Timo Mohre
2009-07-09 11:22:53 UTC
Permalink
Are you using the Worrldwide junos image (no ssh) or the domestic
junos image (ssh available)?

/Timo
Post by Abhi
Hi Guys
while committing the configuration after enabling the ssh service i am getting the following error.
root at BOM-SC20# commit synchronize
[edit system services ssh]
'ssh'
warning: daemon binary /usr/sbin/sshd not found
configuration check succeeds
[edit system services ssh]
'ssh'
warning: daemon binary /usr/sbin/sshd not found
below is the config
services {
ssh {
protocol-version v2;
can u suggest what could be cause. i checked in the process running by using "show system process detail" could not found any sshd process running,
How can i start this process.
Advice.
Regards
Abhijeet.C
_______________________________________________
juniper-nsp mailing list juniper-nsp at puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp
Abhi
2009-07-09 11:50:14 UTC
Permalink
Yup on thing is sure I am running a Junos WW version.

thanks
Guys
Post by masood
To use SSH on Juniper routers, you need to have JUNOS domestic release. To
check this out you may execute the following command?
show version
OR more specific one :) (coz i love junos UNIX like matching style)
show version | match Cryp
The above command will let you know that you are running with a crypto
package or not. If not then you have to get JUNOS domestic release
Regards,
Masood
Post by Abhi
Hi Guys
while committing the configuration after enabling the ssh service i am
getting the following error.
root at BOM-SC20# commit synchronize
[edit system services ssh]
'ssh'
warning: daemon binary /usr/sbin/sshd not found
configuration check succeeds
[edit system services ssh]
'ssh'
warning: daemon binary /usr/sbin/sshd not found
below is the config
services {
ssh {
protocol-version v2;
can u suggest what could be cause. i checked in the process running by
using "show system process detail" could not found any sshd process
running,
How can i start this process.
Advice.
Regards
Abhijeet.C
_______________________________________________
juniper-nsp mailing list juniper-nsp at puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp
Loading...