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
10-30-2006 04:14 PM
10-30-2006 04:14 PM
I have installed open ssh package in our server and i have started open-ssh's sshd service and i am able to login through ssh.
But i want to know how to enable sftp, what port it is running on, and how to do sftp from windows.
Thanks in Advance,
Hari
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2006 05:10 PM
10-30-2006 05:10 PM
Re: Open SSH
The complete details about using sftp is given below in this link;
http://www.cae.wisc.edu/site/public/?title=linux-sftp
Also, it talks about sending files to windows machine aswell as.
HTH,
Prabu.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2006 09:58 PM
10-30-2006 09:58 PM
Re: Open SSH
Once u install ssh you get sftp as well no need to install anything else. Also sftp uses ssh port so no need to make any changes to port as well.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2006 11:11 PM
10-30-2006 11:11 PM
Re: Open SSH
can anyone tell me how to generate RSA and DSA key generation proceedure and where to keep keep that file.
thanks in advance,
hari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2006 06:36 AM
10-31-2006 06:36 AM
Re: Open SSH
ssh-keygen -t dsa or
ssh-keygen -t rsa
Hope I remembered the command keys right.
Anyway the keys are saved under ~/.ssh directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2006 01:31 AM
11-01-2006 01:31 AM
SolutionA SSH key consists of two parts, known as "private key" and "public key". When you create a SSH key, both parts are created at the same time.
When you want to use SSH key authentication, you have to copy the public key to the server you're connecting to. The key must be placed in the .ssh subdirectory of the user account you wish to use on the server, into file named "authorized_keys".
The permissions to the home directory of the user account, the .ssh subdirectory and the authorized_keys file *must* be such that nobody other than the user can change the .ssh directory and/or the authorized_keys file. If the permissions are not strict enough, sshd won't trust the key.
No error message will be displayed to the user, as the user's identity is still unconfirmed at that point and sshd is designed to minimize the number of clues given to a possible intruder.
An added complication is that the SSH public keys can exist in two different formats: the OpenSSH format is different from the format used by ssh.com commercial SSH product. Luckily, the formats are easy to convert in both directions.
The easiest way to identify the key format is to check the number of lines: the commercial SSH key is nicely wrapped into multiple lines, each less than 80 characters long. There are also very clear delimiters:
---- BEGIN SSH2 PUBLIC KEY ----
---- END SSH2 PUBLIC KEY ----
The OpenSSH style public key is one *long* line of text.
If your Windows-based SSH client produces the public key in "commercial SSH" format, you can convert it to OpenSSH format on the server using the import option of the ssh-keygen tool:
ssh-keygen -i -f commercial-SSH-key.pub > OpenSSH-key.pub
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2006 02:27 AM
11-01-2006 02:27 AM
Re: Open SSH
All a person ever wanted to know about SSH vs. OpenSSH + a bowl of soup AND a sandwich!
I would give that explanation 20 points if it were in my power to do so.
This one is going into my list of bookmarks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2006 10:46 PM
11-06-2006 10:46 PM
Re: Open SSH
Thanks Matti for replying.
I have done everything whatever you have told, but when i connect from putty [using rsa/dsa key], i am getting the below error.
Server refused our key
I am running AIX 5.2 os.
Thanks in advance,
Hari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2006 02:05 AM
11-07-2006 02:05 AM
Re: Open SSH
(I don't remember how syslog is usually configured on AIX, it's been too long since I had a chance to do anything on an AIX server).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2006 07:57 PM
11-07-2006 07:57 PM
Re: Open SSH
i tried ssh is working from windows and also unix system,
but still i am not able connect sftp.
regards
hari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 05:46 PM
11-09-2006 05:46 PM
Re: Open SSH
To access a sftp server the windows CLI client is PSFTP which is the part of putty tools. In Unix if open ssh is installed sftp client is the part of it. The syntx is give below
sftp hostname/IP
most of the ftp commands will work on sft too.
Regards
Silju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 05:59 PM
11-09-2006 05:59 PM
Re: Open SSH
If i connect through sftp i am getting error as connection refused by server.
I guess i have problem in starting sftp service.
regards
hari
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 11:20 PM
11-09-2006 11:20 PM
Re: Open SSH
This will yield some debug information that might help you determine just where the connection attempt or login is failing.
If you're using putty, then enable logging.
If it works from localhost then you know the server is working as well as it's own client so look to the PC for some configuration error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2006 02:04 PM
11-12-2006 02:04 PM
Re: Open SSH
when i executed the command i am getting this kind of error.
# sftp -v root@localhost
exec(): 0509-036 Cannot load program sftp because of the following errors:
0509-150 Dependent module /usr/local/lib/libcrypto.a(libcrypto.so.0) could not be loaded.
0509-152 Member libcrypto.so.0 is not found in archive
#
thanks
hari