Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am trying to connect the server Redhat Advance server 2.1, using putty program and I have some problems. I was able to telnet to this server but I understand it's not safe so I am trying to ssh.
From the server, I was able to do:
#ssh oracle@machine_name
and it connected. when I do that from the client I can't.
could someone please give me some instruction of how to do this????
I don't think firewall is a problem b/c I reside internally another word, I am on the same side as the server locate. it's not like I am from outside. plus telnet is owrking fine for me.
I'm never used the Advanced Server but you can try to type: setup at a console to bring up a configuration window to setup different services, etc. Should be able to select from there to allow FTP and SSH and reconfigure your default firewall settings if that was setup during installation.
Originally posted by ashley75 thanks for your prompt advises.
I did type setup and go to services, I noticed that ftp services is not there so how can I reinstall the ftp package on this server???/
You can either most likley install the FTP packages provided by Redhat from your CD's you installed with or you can download whatever FTP service you intend to use. If your looking for the most popular with best track record, I'd recommend proftpd at www.proftpd.org or if you want it secure, go with something like sftp.
Originally posted by ashley75
how can I check to see if the firewall on this server is blocking the port 22?????
iptables -L
Then search for a line with '22'. But it may be SSHD configuration. Look into /etc/sshd/sshd_config (or a similar file), browse the configuration, maybe it's allowing only certain IPs.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.