Qbasicnews.com

Full Version: SSH on Fedora
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to setup SSH thingy on my Fedora. But.... I don't know where to start. Help please. Thanks Big Grin
goto /etc/ssh/sshd_config to configure your ssh daemon. The config file is very well commented but you better read some docs before you try to do anything. Remember if someone sshs into your system, its as good as if he is physically present at your system. So be careful.

if u want to configure your ssh client then edit ssh_config. You will need to use root access to edit both files.