954,249 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Fedora 13 Telnet server

I have just downloaded and installed Fedora 13. I need to connect to this system through a telnet and/or ssh session. However, I do not have any idea what needs to be done to accomplish that.

Anyone out there who can help?

StaffanB
Newbie Poster
5 posts since Jan 2010
Reputation Points: 10
Solved Threads: 0
 

1) # su - (to login as root)
2) # cd /etc/init.d
3) # nmap localhost (to see what all services are running)
4) # service sshd start (to start the ssh service)
5) # nmap localhost (again run nmap to see if ssh has started running)

You can start any services using the "service start" command. 'start' can be replaced with 'stop', 'status', 'restart' to see respective results.

fgdgd
Newbie Poster
1 post since Jan 2011
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: