SSH

hello,I wnat to connect to other machine running (1)solaris and (2)Fedora on local lan.what configuration I have to made on my machine and on other machine.
[170 byte] By [thbaiga] at [2007-11-27 9:24:30]
# 1

your question is a bit vague -

try this on both machines first -

<path to ssh>/ssh -V

once you've figured out version, you can start testing like -

ssh -l <user> <system>

if you're trying to do this as root, you've got changes in the sshd_config file you need to make, but let's get the basics addressed first - jeff

jeffrey.sa at 2007-7-12 22:20:25 > top of Java-index,General,Network Configurations...
# 2
One more step for the basics.There also a file in /etc which also needs to be looked that is sshd_config, its the deamon file for ssh.Jeff-Correct me if there is a mistake.
amit.patangea at 2007-7-12 22:20:25 > top of Java-index,General,Network Configurations...
# 3

you're right, the default version of ssh installed on 8/9/10 points to /etc/ssh/sshd_config for the server daemon config, and ssh_config for the default user config -

if you're running openssh or some other version, there are a LOT of places that could reside in other than /etc, such as /usr/local/etc, /opt/ssh/etc, /opt/SFW/..something.../etc...

getting the versions determined first will help direct us how to help you connect -

also knowing what users are in the equation helps - jeff

jeffrey.sa at 2007-7-12 22:20:25 > top of Java-index,General,Network Configurations...