- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - Linux
- >
- General
- >
- executing commands using ssh protocol- message is ...
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
03-29-2006 03:19 AM
03-29-2006 03:19 AM
executing commands using ssh protocol- message is coming
Following message is coming when i am going to login a device using ssh protocol .
It is coming first time only .
Message ::
The authenticity of host '192.*.*.* (192.*.*.*)' can't be established.
RSA key fingerprint is 14:15:0f:e1:1b:8d:d6:ed:5b:cd:f5:30:1f:a2:49:c2.
Are you sure you want to continue connecting (yes/no)?
Through my program i am not able to provide "yes" or "no"- (i am working on .net platform)
Problem:
How to get rid of this message .
If it is possible to ignore this message then plz let me know the same .
regards,
manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-29-2006 03:22 AM
03-29-2006 03:22 AM
Re: executing commands using ssh protocol- message is coming
You need to do the ssh to the host one time interactively, answer the question then the message will stop happening.
If you answer yes of course.
SEP
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
- Email to a Friend
- Report Inappropriate Content
03-29-2006 03:23 AM
03-29-2006 03:23 AM
Re: executing commands using ssh protocol- message is coming
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-29-2006 03:44 AM
03-29-2006 03:44 AM
Re: executing commands using ssh protocol- message is coming
Thanks for a quick response .
First of all i want to tell you that i have to do everything using a .Net(c#) program- i can't enter "yes" manually .
Copying public keys to the known_hosts file is enough or not - i m not sure about that- .
Can't we ignore or bypass this message .
regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-29-2006 04:04 AM
03-29-2006 04:04 AM
Re: executing commands using ssh protocol- message is coming
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-29-2006 08:42 PM
03-29-2006 08:42 PM
Re: executing commands using ssh protocol- message is coming
Have u tried public key authentication...it shoul dnot ask for yes/no
Check this out:
http://www.linuxhomenetworking.com/linux-hn/ssh-server.htm
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-30-2006 05:51 AM
03-30-2006 05:51 AM
Re: executing commands using ssh protocol- message is coming
if you use ssh to connect to an unknown machine you are asked to say yes. That's one of the reasons it is called secure shell. The method used (comparing keys) helps in identifying attacks by replacing the machine by another one.
Somehow you must supply the ssh client with the server's key, either by logging in manually one time, or by generating keys and exchange them.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-30-2006 06:38 AM
03-30-2006 06:38 AM
Re: executing commands using ssh protocol- message is coming
StrictHostKeyChecking no
to the "Host *" section in /etc/ssh/ssh_config or ~/.ssh/ssh_config. That tells ssh to add a new host key without even asking.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP