I'm looking for a way to enable sshd to use protocol 1 as well as
protocol 2. I've no idea how to get this to work since 10.4 and
sshd not using the /private/etc/sshd_config file.
I suggest you recheck the sshd_config file
In the Tiger Security Configuration guide (downloadable from http://
www.apple.com/server/documentation/) is noted on page 118 how to edit
this file,
The Server version of Mac OS X has by default only Protocol version 2
enabled by these lines in this file
#Protocol 2,1
Protocol 2
so changing it to
Protocol 2,1
should do the trick..
I know the /private/etc/sshd_config file is used, I used 'UsePAM
no' to enable only key based ssh logins on a server.
Please note that protocol v1 has know weaknesses , so it is not
recommended.
Maurits
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macos-x-server mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/macos-x-server/email@hidden