- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: ssh configuration
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
09-15-2003 06:51 AM
09-15-2003 06:51 AM
ssh configuration
Hi all,
I have a server and a workstation wich connect with the server using ssh. I want to use scp to copy files from the server to the workstation even if I have to use rhost. I don??t know how to configure the sshd_config of the workstation to allow scp from the server.
Any help will be useful,
Thanks and regards,
R.O.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 07:38 AM
09-15-2003 07:38 AM
Re: ssh configuration
Attaching the cookbook, for your convenience.
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
- Report Inappropriate Content
09-15-2003 07:39 AM
09-15-2003 07:39 AM
Re: ssh configuration
Simply issue this command from the server:
scp filename targetIP:/path
then you'll be prompted for password- just give one.If it's root's directory-then it's suppose to be root's password, and if it's some user's then the password respectively should be the user's.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 07:51 AM
09-15-2003 07:51 AM
Re: ssh configuration
It provides a nice, secure way to copy files between systems via an automated metodology, as in a script. Taking humans out of the equation cuts down on mistakes.
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
- Report Inappropriate Content
09-15-2003 08:04 AM
09-15-2003 08:04 AM
Re: ssh configuration
Thanks for your responses. The problem I have is that I don??t want to be prompted for a passwd. I want to do an script to automatically spc??s files from a system to other .
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 08:04 AM
09-15-2003 08:04 AM
Re: ssh configuration
Thanks for your responses. The problem I have is that I don??t want to be prompted for a passwd. I want to do an script to automatically spc??s files from a system to other .
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 10:32 AM
09-15-2003 10:32 AM
Re: ssh configuration
ie. in your .xsession file you would have something like:
ssh-agent wmaker
so that the agent will handle ssh keys for all ssh connections started under your wmaker session.
It has been my experience that passwordless and single passphrase sshing is still a pain in the butt, because if the server/workstation is rebooted you have to login and restart the agent and load your keys into it again.
But its better than opening the huge rtools hole.
I hope that helps,
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2003 04:55 PM
09-15-2003 04:55 PM
Re: ssh configuration
Its a good document, written by Chris Vail and its worked for me dozens of times. It works for Linux, HP-UX, Solaris, any platform that can run openssh.
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
- Report Inappropriate Content
09-16-2003 01:28 AM
09-16-2003 01:28 AM
Re: ssh configuration
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 03:15 AM
09-16-2003 03:15 AM
Re: ssh configuration
Your document is what I want. I have followed these steps and works fine.
Thanks to all for your help,
Regards
R.O.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2003 04:46 AM
09-16-2003 04:46 AM
Re: ssh configuration
So maybe could you assign Steven a rabbit, as he solved your problem... it helps people browsing the forum to know that the question asked in the thread title has an answer in the posts.
Just assign 10 points to one of his replies...
Tks
J