Microsoft
Software
Hardware
Network
Question : ssh shell not working on solaris 10
I just installed SSH via
http://www.openssh.com/por
table.html
. Used .configure, make, make install commands and all worked without errors.
I installed it in the directory: /usr2/mydir/openssh-5.5p1/
$ssh -V
returns OpenSSH_5.5p1, OpenSSL 0.9.7d 17 Mar 2004.......
$ssh-keygen -t rsa
The above way I generated the public and private keys: myKey (private one), myKey.pub (public one).
Where (which directory) do I need to keep the file: myKey
and where on the other server do I keep the myKey.pub file?
One tutorial says:
mkdir ~/.ssh
chmod 700 ~/.ssh
etc.
What is "mkdir ~/.ssh" command, I cannot execute it on Solaris 10 server.
Answer : ssh shell not working on solaris 10
Did you run ssh-keygen as the ftpuser?
You should probably also try to use DSA keys rather than RSA, as some ssh configs might have RSA key support disabled.
Random Solutions
Excel VBA create Outlook Email format
Remotely changing app pool identity
varbinary in equality condition
How to display table of information in group header
Offline file missing - synchronisation failing for some files
Split specific Cross tab table rows based on criteria - keeping all other column data intact.
CISCO CCVP TRANSFORMATION RULES
How to know if SCR replication is set up on Exchange 2007?
Save As box does not show "Desktop" icon as option
Can’t run GUI using ssh –Y