default Sun_SSH_1.1.1 sshd_config


 
Thread Tools Search this Thread
Operating Systems Solaris default Sun_SSH_1.1.1 sshd_config
# 1  
Old 03-18-2010
default Sun_SSH_1.1.1 sshd_config

I have what should be a simple request, (I hope so anyways), I need the default sshd_config for Sun SSH 1.1.1. A series of scripts modify our systems to work with the rest of our system. They are supposed to create backups along the way, but alas, it seems a few too many people like the filename sshd_config.orig Smilie Unfortunate. I don't have a sparc machine with which to install plain Solaris 10 on, so I'm left to turn to all of you.
I will include probably way more information than anyone would ever need to id the file, but more info is probably better than less Smilie

Thanks! Don't you love easy questions? Smilie

Corry

Code:
bash-3.00$ ssh -V
Sun_SSH_1.1.1, SSH protocols 1.5/2.0, OpenSSL 0x0090704f
bash-3.00$

bash-3.00$ cat /etc/release
                       Solaris 10 5/09 s10s_u7wos_08 SPARC
           Copyright 2009 Sun Microsystems, Inc.  All Rights Reserved.
                        Use is subject to license terms.
                             Assembled 30 March 2009

bash-3.00$ cat /etc/ssh/sshd_config
#
# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#

bash-3.00$ uname -a
SunOS HOSTNAME_INTENTIONALLY_DELETED! 5.10 Generic_139555-08 sun4u sparc SUNW,Sun-Fire-V490
bash-3.00$



---------- Post updated at 05:12 PM ---------- Previous update was at 04:04 PM ----------

Even a mostly default config will work...I just can't reinstall one of these machines, and there aren't any spares here. Anyone?

Last edited by pludi; 03-19-2010 at 03:10 AM.. Reason: code tags, please...
# 2  
Old 03-23-2010
Quote:
Originally Posted by Corry
I have what should be a simple request, (I hope so anyways), I need the default sshd_config for Sun SSH 1.1.1. A series of scripts modify our systems to work with the rest of our system. They are supposed to create backups along the way, but alas, it seems a few too many people like the filename sshd_config.orig Smilie Unfortunate. I don't have a sparc machine with which to install plain Solaris 10 on, so I'm left to turn to all of you.
I will include probably way more information than anyone would ever need to id the file, but more info is probably better than less Smilie

Thanks! Don't you love easy questions? Smilie

Corry

Code:
bash-3.00$ ssh -V
Sun_SSH_1.1.1, SSH protocols 1.5/2.0, OpenSSL 0x0090704f
bash-3.00$

bash-3.00$ cat /etc/release
                       Solaris 10 5/09 s10s_u7wos_08 SPARC
           Copyright 2009 Sun Microsystems, Inc.  All Rights Reserved.
                        Use is subject to license terms.
                             Assembled 30 March 2009

bash-3.00$ cat /etc/ssh/sshd_config
#
# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#

bash-3.00$ uname -a
SunOS HOSTNAME_INTENTIONALLY_DELETED! 5.10 Generic_139555-08 sun4u sparc SUNW,Sun-Fire-V490
bash-3.00$



---------- Post updated at 05:12 PM ---------- Previous update was at 04:04 PM ----------

Even a mostly default config will work...I just can't reinstall one of these machines, and there aren't any spares here. Anyone?
As far as I know Solaris 10 contains SSH_1.1.3

If you still have your original installation media you should be able to find it as ......../Solaris_10/Product/SUNWsshdr/reloc/etc/ssh/sshd_config
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Solaris local access restriction other than sshd_config?

Hi All, As part of LDAP implementation we need to restrict users/groups locally on solaris machine: Options tried: sshd_config: as far as my testing it is restricting either user or group, as per the first preference. pam_access.so by default I am unable to find(need some help if this is... (0 Replies)
Discussion started by: Sridaran
0 Replies

2. Red Hat

Sshd_config file issue, not able to login, need urgent help.

Hello all, By mistake i edited sshd_config file and made passwordauthentication no , Now i don't have key to login. Is there any way, i can revert the changes, I am not able to login to the box at well. Need help. Thanks, saurau (3 Replies)
Discussion started by: saurau
3 Replies

3. Shell Programming and Scripting

Script to check and modify /etc/ssh/sshd_config

Hi, How can I check and modify /etc/ssh/sshd_config parameters in a script? I'll particular to check and enable / disable PasswordAuthentication and PubkeyAuthentication. I know I can edit sshd_config by vi, but for some reason we need change it in a script. Thank you. hce (9 Replies)
Discussion started by: hce
9 Replies

4. UNIX for Advanced & Expert Users

OEL 6.3 :Slow login due to /etc/ssh/sshd_config configuration

Version: Oracle Enterprise Linux 6.3 Running on VMWare Workstation When I login to my Linux VM from putty, the third line prompting for password comes only after few seconds. login as: root Access denied root@192.168.0.235's password: ---> It takes around 5 seconds to get this prompt I... (1 Reply)
Discussion started by: John K
1 Replies

5. Shell Programming and Scripting

MaxAuthTries in sshd_config

I am not able to determine if the above setting is for outgoing or incoming connections. I do not have the rights to change it on my system to try this out. Anyone can help shed some light on this? Thank you. (2 Replies)
Discussion started by: Leion
2 Replies

6. AIX

sshd_config default

Hi All, On sshd_config remark, many of the lines are commented out, like below #PubkeyAuthentication yes Does that mean the default of PubkeyAuthentication is no (or yes)? Thanks for any comment you may add. edit by bakunin: corrected a typo in the title to preserve searchability... (2 Replies)
Discussion started by: itik
2 Replies

7. Red Hat

sshd_config default configuration

Hi All, On /etc/ssh/sshd_config remark, many of the lines are commented out, like below #PubkeyAuthentication yes Does that mean the default of PubkeyAuthentication is no (or yes)? Thanks for any comment you may add. (1 Reply)
Discussion started by: itik
1 Replies

8. Shell Programming and Scripting

diff between ssh_config & sshd_config

Hi, Can anybody brief me the difference between ssh_config & sshd_config. I am looking for the functionality difference. any help appreciated Shihab (4 Replies)
Discussion started by: shihabvk
4 Replies
Login or Register to Ask a Question