Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
12-12-2005 12:46 AM
12-12-2005 12:46 AM
i want ssh username@ip 'command'
but the destination machine is running some profile at login
it was asking for some thing and my command is not getting exe
may be i dont want the profile to be executed ?
plz help
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 01:01 AM
12-12-2005 01:01 AM
SolutionDear,
Check out this page,
http://www.ssh.com/support/documentation/
Its good !
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 01:27 AM
12-12-2005 01:27 AM
Re: ssh
try to run like this
ssh -q username@ip "command"
br
Thummalu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 01:58 AM
12-12-2005 01:58 AM
Re: ssh
Thanks for your input
ging through doc and what Thummalu suggestd
I am not able to solve it , may be you can suggest more
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2005 01:41 AM
12-13-2005 01:41 AM
Re: ssh
can you pot the output of the ssh -v username@ip "command". May be during X11 redirecting or forwarding, the command is hanging.
Also check whether you have properly defined, host based keypairs in both machines.
check cfg files /etc/ssh2/ssh_config and /etc/ssh2/sshd2_config and /.shosts and /.ssh2/ directories...
br
Thummalu