Setting up SSH on Fedora Linux


 
Thread Tools Search this Thread
Operating Systems Linux Setting up SSH on Fedora Linux
# 1  
Old 10-14-2005
Setting up SSH on Fedora Linux

Hello,

I have Fedora Linux core 3.0 installed on my computer and I want to let it allow SSH or Telnet connections so that I can access my files when I'm not home.
Who can help me with doing that?

Thank you,
# 2  
Old 10-15-2005
If ssh is not already installed, download the source or the rpm and install it. You can get those here. Then go through the documentation. You can get the man pages here. You can also get a howto on ssh here.

If you still have questions after going through all this, we are always there to help.
# 3  
Old 10-15-2005
Thanks man, I'll try it.
# 4  
Old 10-15-2005
SSH is by default installed and started automatically with Fedora Core. But bear in mind that by default there is a firewall configured which blocks external access. You'll need to open that port if you want to allow external access.

I do it manually by editing the firewall rules created with the iptables command line program according to my needs, and update the rules cache with iptables-save so that the next time the firewall rules are loaded from cache the changes will then take effect. You should probably add a rule at the top of the INPUT chain to only allow the netblock of your remote host to access your SSH server. After all, opening the SSH port to everyone on the Net is never a good idea.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. IP Networking

Setting to SSH home-PC from Work

Hello, My question is very basic for the settings to SSH my home PC from work. Home network two PC: Internet comes into my house through ISP modem and then the two PCs are connected with the router (Trendnet). The IPs for my PCs are How to set other stuffs for me to access my home PC from... (5 Replies)
Discussion started by: yifangt
5 Replies

2. Shell Programming and Scripting

setting a variable, using SSH and awk?

hi there I am trying to get a value from a remote machine into a local variable. To get this value i want to use awk but im having trouble getting it to run, am i escaping in the right places here and using the right quotes (i must have tried a million combinations :() # VAR=`ssh server1... (5 Replies)
Discussion started by: hcclnoodles
5 Replies

3. UNIX for Dummies Questions & Answers

ssh to invoke shell in FEDORA 10

Hello sir. I used to invoke the remote terminal in any 2 RED HAT 9 systems using the command :- But when I tried this on a FEDORA 8 or FEDORA 10 system.....it says that "cannot display".......Can you please tell me why is fedora distro not allowing me to do so? I need to invoke the remote... (1 Reply)
Discussion started by: nsharath
1 Replies

4. Red Hat

Help with csh env setting in Fedora 8

Hi there, How can I change bash to csh when starting a terminal, and set some aliases for csh? I can't find such files like .cshrc in my home directory. Thanks a lot (1 Reply)
Discussion started by: dustinwang2003
1 Replies

5. Linux

Setting up FTP service +on Fedora 9

Hi all, I set up FTP service at my linuxAbox. Everything is good. When i did FTP from my LinuxB box , it authenticated just fine. The problem is: 1. I can't list the directory 2. when i use ls command to list the directory, it showed: 227 Entering passive mode... (2 Replies)
Discussion started by: c00kie88
2 Replies

6. Solaris

Setting up SSH - first time

Good day to you all. I have a server (running on SunOS 5.8) that i always got into via telnet. I have eventually decided to block telnet access to it and instead look toward using SSH. The problem is, whne i establish the SSH connection via PuTTy, i get the "Log in as" prompt, but upon... (5 Replies)
Discussion started by: de049
5 Replies

7. AIX

ssh setting

I would like to implement the secure shell environment in order for me to close all telnet and ftp ports. 1) Anyone can assist to give me a steps of what to do so that I can implement the ssh on my AIX5.3 server. 2) Currently I have installed putty in my PC to replace telnet directly into the... (11 Replies)
Discussion started by: kwliew999
11 Replies

8. UNIX for Advanced & Expert Users

I can't fire up MySql on my Fedora Server - Obvious config setting?

Hiya All, I can't fire up MySql on my FC-3 Server at work. I get the Error message at the end of this post. Looks like some Config problem on the Server itself. (Ie web server and MYSQL is all on the same box. I get the same errror when trying to fire up MYSQL at the Box, as well as... (2 Replies)
Discussion started by: marty 600
2 Replies

9. UNIX for Dummies Questions & Answers

Setting SSH port

How can I switch the port which SSH listens on? (1 Reply)
Discussion started by: Spetnik
1 Replies
Login or Register to Ask a Question