HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: FallBackToRsh no -oBatchmode problem
Operating System - HP-UX
1836384
Members
3910
Online
110100
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 04:56 PM
01-11-2005 04:56 PM
FallBackToRsh no -oBatchmode problem
Hello,
I am trying to use ssh as another user using
ssh -l Srvr. The keys have been exchanged. ssh works properly without any problems.
But whenever ssh command is fired, a new process is created as follows
e.g.
username 4793 1 0 00:29:26 ? 0:00 /usr/bin/ssh -x -oFallBackToRsh no -oBatchmode yes -loracle db01 scp -t /scratc
The process does not terminate and keep on running unless I kill it.
What this process is? Why is it created? Does it have any side effects? Why is the parent process '1'?
Thank You,
Shailesh
I am trying to use ssh as another user using
ssh -l
But whenever ssh command is fired, a new process is created as follows
e.g.
username 4793 1 0 00:29:26 ? 0:00 /usr/bin/ssh -x -oFallBackToRsh no -oBatchmode yes -loracle db01 scp -t /scratc
The process does not terminate and keep on running unless I kill it.
What this process is? Why is it created? Does it have any side effects? Why is the parent process '1'?
Thank You,
Shailesh
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 05:03 PM
01-11-2005 05:03 PM
Re: FallBackToRsh no -oBatchmode problem
Parent process id of 1 means it thinks the first process is its parent.
That makes it hard to kill and you are lucky you can kill it.
I do not believe any process should be created and left open with a solid ssh installation.
Would you please run the process with the -v switch and provide diagnostics. It might be very useful.
SEP
That makes it hard to kill and you are lucky you can kill it.
I do not believe any process should be created and left open with a solid ssh installation.
Would you please run the process with the -v switch and provide diagnostics. It might be very useful.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2005 06:56 PM
01-11-2005 06:56 PM
Re: FallBackToRsh no -oBatchmode problem
Hi Steven,
I am using ssh from cgi script. Only through cgi i face this problem. If I try to execute it from prompt, the problem does not replicate. Could CGI be the reason for this problem?
I tried using -v -v -v. On screen it shows the output. But when given through script it does not display debugging information.
Thanks,
Shailesh
I am using ssh from cgi script. Only through cgi i face this problem. If I try to execute it from prompt, the problem does not replicate. Could CGI be the reason for this problem?
I tried using -v -v -v. On screen it shows the output. But when given through script it does not display debugging information.
Thanks,
Shailesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2005 04:46 PM
01-12-2005 04:46 PM
Re: FallBackToRsh no -oBatchmode problem
Today we realized that the problem is caused by scp command and not by ssh command.
In /etc/ssh/ssh_config file, FallBackToRsh is set to 'no', but still whenever any scp command is fired, corresponding FallBackToRsh process is initiated. The process keeps on running indefiniately. We discovered that we had around 1500 such processes running on our server. We had to kill them all, but now whenever we run any scp command, the new FallBackToRsh process starts.
scp -v -v -v output shows
scp -v -v -v test.ksh oracle@db_server:/home/oracle
Executing: program /usr/bin/ssh host db_server, user oracle, command scp -v -t /home/oracle
Sending file modes: C0700 1878 id_test.ksh
id_test.ksh 100% |************************************************************| 1878 00:00
Do we need to change any other parameter in ssh_config?
In /etc/ssh/ssh_config file, FallBackToRsh is set to 'no', but still whenever any scp command is fired, corresponding FallBackToRsh process is initiated. The process keeps on running indefiniately. We discovered that we had around 1500 such processes running on our server. We had to kill them all, but now whenever we run any scp command, the new FallBackToRsh process starts.
scp -v -v -v output shows
scp -v -v -v test.ksh oracle@db_server:/home/oracle
Executing: program /usr/bin/ssh host db_server, user oracle, command scp -v -t /home/oracle
Sending file modes: C0700 1878 id_test.ksh
id_test.ksh 100% |************************************************************| 1878 00:00
Do we need to change any other parameter in ssh_config?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP