![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ssh public/private Keys | richo king | UNIX for Dummies Questions & Answers | 2 | 03-13-2008 06:34 PM |
| Secure FTP Problem using Sun SSH on Client system F-Secure on Server system | ftpguy | SUN Solaris | 2 | 01-11-2007 12:19 PM |
| ssh public keys | ghost01 | UNIX for Dummies Questions & Answers | 1 | 06-30-2006 01:59 PM |
| SSH public and private keys | new2ss | UNIX for Advanced & Expert Users | 2 | 02-13-2006 11:06 PM |
| arrow keys / special keys | raguramtgr | UNIX for Dummies Questions & Answers | 3 | 02-20-2004 02:45 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
converting F-Secure public keys
I wanted to post because I had been wrestling with an issue for a while this morning. We have a windows host that needs to connect to a Solaris 9 server running Sun_SSH. The client (Windows) generated an F-Secure public key which was copied into ~/.ssh/authorized_keys. However, the server would still always prompt for a password. After much reading on google, I came across the solution. You need to convert the public key from F-Secure format into SUN format. ssh-keygen can do it for you ( do this in the .ssh directory and substitute with actual filenames):
Code:
ssh-keygen -X -f fsecure.pub > sun_converted.pub cat sun_converted.pub >> authorized_keys |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|