HOWTO: How to access your files on a remote PardusPC
(→For Pardus 2009) |
(→Settings on all computers) |
||
| Line 7: | Line 7: | ||
It is highly recommended to give the remote PardusPC a fixed IP address. | It is highly recommended to give the remote PardusPC a fixed IP address. | ||
Look in this [http://en.pardus-wiki.org/HOWTO:_Setup_a_fixed_IP_address_for_your_computer page] how to do this. | Look in this [http://en.pardus-wiki.org/HOWTO:_Setup_a_fixed_IP_address_for_your_computer page] how to do this. | ||
| − | ==Settings on | + | ==Settings on remote computer== |
| + | ===For Pardus 2009=== | ||
| + | System Settings > Service Manager | ||
| + | openssh > mark at 'Run on start' and activate 'Start service' (green flag should be shown) | ||
| + | ===For Pardus 2008=== | ||
[Pardus]>[Tasma]>[System]>[Service Manager] | [Pardus]>[Tasma]>[System]>[Service Manager] | ||
Select [Secure Shell Server]. | Select [Secure Shell Server]. | ||
| Line 13: | Line 17: | ||
In the column {Run on Startup} {Yes} should be shown. | In the column {Run on Startup} {Yes} should be shown. | ||
[Back]. | [Back]. | ||
| + | ==Settings on all computers== | ||
| + | ===For Pardus 2009=== | ||
| + | System Settings > Firewall Manager | ||
| + | When activated and incoming connections blocked allow traffic on port number 22 | ||
| + | ===For Pardus 2008=== | ||
[Internet & Network]>[Firewall Config] | [Internet & Network]>[Firewall Config] | ||
| − | + | When activated put a mark at {Remote login service} and [Apply]>[Back] and close Tasma | |
| − | + | ||
| − | + | ||
==Connect to the remote computer== | ==Connect to the remote computer== | ||
===For Pardus 2009=== | ===For Pardus 2009=== | ||
Revision as of 19:51, 5 April 2010
Contents |
Introduction
This is a manual on how to access your files on a remote PardusPC, which is connected to a router. This is very useful when you are comfortably sitting in your chair with your notebook and you want to manipulate your files on a fixed Desktop computer. To do this we need to start a Secure Shell Server(SSH) and make changes to the firewall before we can have access (read/write) to our files in Konqueror or Krusader.
IP address of remote PardusPC
It is highly recommended to give the remote PardusPC a fixed IP address. Look in this page how to do this.
Settings on remote computer
For Pardus 2009
System Settings > Service Manager
openssh > mark at 'Run on start' and activate 'Start service' (green flag should be shown)
For Pardus 2008
[Pardus]>[Tasma]>[System]>[Service Manager]
Select [Secure Shell Server].
Put a mark at {Run on startup} and activate the green (Start)button.
In the column {Run on Startup} {Yes} should be shown.
[Back].
Settings on all computers
For Pardus 2009
System Settings > Firewall Manager
When activated and incoming connections blocked allow traffic on port number 22
For Pardus 2008
[Internet & Network]>[Firewall Config]
When activated put a mark at {Remote login service} and [Apply]>[Back] and close Tasma
Connect to the remote computer
For Pardus 2009
Open Dolphin and goto Network > Network Services > Remote disk (fish) > remote_machine_name
Or enter in the location bar:
fish://remote_machine_name.local:22/home/my_usersname
remote_machine_name = On remote computer open Network Manager > Nameserver Settings > Machine Name
When using the IP address of the remote computer enter:
fish://username@ip.address.of_the_remote.computer
If we take this [2] and this [2] as an example it would be:
fish://juser@192.168.0.101:22 + <enter>
To solve a "Can't connect to ip.address.of_the_remote.computer" error, remove the file /home/your_username/.ssh/known_hosts on the local computer and try again.
For pardus 2008
To do this we need to know:
- Username of the user
- Password of the user
- IP address of the remote computer
Open Home (Konqueror) or Krusader and enter at Location:
fish://ip.address.of_the_remote.computer/home/username + <enter>
If we take this [2] and this [1] as an example it would be:
fish://192.168.62.55/home/juser + <enter>
During inputting the above "fish:.." line a "Question-Konqueror" window with "The authenticity ..... Are you sure you want to continue connecting" will appear. Select [Yes] and continue with your input.
After <enter> a "SSH Athorization....." window will appear.
Enter the password of the user + [OK]
And (if everything is OK) your files will appear and you can edit your files as if they were on your local computer.
It is possible to make a Link to Location (URL)... with {fish://IP.address.of.the.remote.computer/home/username} shortcut on your Desktop.