Results 1 to 4 of 4
i have my website running with apache2.0 on my desktop. i have a laptop but im using windows xp. is there a way i can log into my root dir ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-01-2005 #1Linux Newbie
- Join Date
- Oct 2005
- Posts
- 110
access my webiste from a remote pc
i have my website running with apache2.0 on my desktop. i have a laptop but im using windows xp. is there a way i can log into my root dir server with windows xp, im using a wireless router and i can browse the internet with my laptop. i just dont know what i need to log into linux.
- 12-02-2005 #2
The program ssh should let you access it, since it's XP do this via a program called Putty.
It'll let you login to a shell on your server remotly and then let you do things as you were on the box. You'll have to have ssh running on your server, as well as port 22 open in your firewalls, but that's all that is realy needed and the address you ssh to isso that would be something likeCode:username@ip.address.of.server
if the laptop is withing the home network.Code:jonny@192.168.0.3
If you are wanting to access outside the homenetwork you'll have to forward port 22 on your router to the server and when your ssh in you'll use the external IP address for the login, somthing like:I hope this helps a bit.Code:jonny@86.495.2.15
- 12-07-2005 #3Linux Newbie
- Join Date
- Oct 2005
- Posts
- 110
access my webiste from a remote pc
ok i will look into Putty. thanks 4 the info
- 12-09-2005 #4Linux Newbie
- Join Date
- Oct 2005
- Posts
- 110
access my webiste from a remote pc
hey so how can i add a change or add a webpage to my server can you give me some code. oh and install a program from a remote pc


Reply With Quote
