Results 1 to 2 of 2
hello all im new to linux , And was wanting to know how to start the ssh server running, I amd using qemu with knoppix , i have tried to ...
- 09-16-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 1
ssh server
hello all im new to linux , And was wanting to know how to start the ssh server running, I amd using qemu with knoppix , i have tried to config the sshd_config file but cant seem to amend thhis file , can anyone pioint me in the right direction
- 09-16-2008 #2
Hi and welcome to the forum!
To edit the sshd_config file you need to be the root user. Use the followingto become root. I don't think Knoppix has a root password if you're running it as a liveCD, but it will if you installed it.Code:su -
Once the sshd_config is the way you like it, make sure to (re)start the server. The command is probably something like the following (and has to be run as root),This command is different on different distros, so you should look it up first.Code:/etc/init.d/sshd restart
Good luck.Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode


Reply With Quote