sidux.com
Menu

News

Give back
Last 3 Contributions
12-10-2008 20.00
07-10-2008 10.00
03-10-2008 15.00

Donate


Sponsor
hetzner.de

Languages
Preferred language:



Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
asc66
Post subject: Linux pc on a small LAN  PostPosted: Jul 06, 2008 - 11:25 AM



Joined: Jul 05, 2007
Posts: 81

Status: Offline
How do I cause a Linux pc on a small LAN to see another Linux pc?

ssh is a little difficult think I

_________________
Old Linux loves 62 years.
I am from Denmark.
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
absolut
Post subject: RE: Linux pc on a small LAN  PostPosted: Jul 06, 2008 - 11:44 AM



Joined: Jan 11, 2007
Posts: 459
Location: Darmstadt, Germany, Europe, Earth
Status: Offline
define "see" please...

ssh is pretty easy, if you use
Code:
sftp://<user>@<ip-of-remote-computer>:<port>/
in konqueror

_________________
Ουρέα - AMD X2 4450e, ABIT A-N78HD
Έρεβος - IBM T43
if you have a problem, if no one else can help, and if you can find it - maybe you can read ... the sidux manual
 
 View user's profile Send private message  
Reply with quote Back to top
asc66
Post subject: RE: Linux pc on a small LAN  PostPosted: Jul 06, 2008 - 11:48 AM



Joined: Jul 05, 2007
Posts: 81

Status: Offline
No I do not know anything about gate? (port)

and my user isn't called anything @ or like

_________________
Old Linux loves 62 years.
I am from Denmark.
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
absolut
Post subject: RE: Linux pc on a small LAN  PostPosted: Jul 06, 2008 - 12:41 PM



Joined: Jan 11, 2007
Posts: 459
Location: Darmstadt, Germany, Europe, Earth
Status: Offline
following scenario:
you got two computers running linux A and B. you want to access computer B (remote computer) from computer A (the computer you are sitting at)... ssh server is running on B on the standard port 22. you can access it: 1) via ssh in the shell or 2) via sftp in konqueror... with both ways described you will be asked to type the user name and the password

Code:
sftp://<user>@<ip-of-remote-computer>:<port>/
does say that you want to log on as <user> on the remote computer (B) using a specific port <port> (if the port is not set to standard 22)

_________________
Ουρέα - AMD X2 4450e, ABIT A-N78HD
Έρεβος - IBM T43
if you have a problem, if no one else can help, and if you can find it - maybe you can read ... the sidux manual
 
 View user's profile Send private message  
Reply with quote Back to top
asc66
Post subject: RE: Linux pc on a small LAN  PostPosted: Jul 06, 2008 - 06:09 PM



Joined: Jul 05, 2007
Posts: 81

Status: Offline
I have 2 computers.

Between there is a rouder.

One worker I on (with sidux)
The other user I as a back-up (Opensuse)

Thus I need to be able to put something over on back-up pc

And ssh ???

Opensuse pc can see sidux ? bot not sidux see ......Nothing

_________________
Old Linux loves 62 years.
I am from Denmark.
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
absolut
Post subject: RE: Linux pc on a small LAN  PostPosted: Jul 06, 2008 - 07:39 PM



Joined: Jan 11, 2007
Posts: 459
Location: Darmstadt, Germany, Europe, Earth
Status: Offline
i would suggest you to read the manual: (since you're from denmark, i've linked the denmark manual pages)
http://manual.sidux.com/da/ssh-da.htm
http://manual.sidux.com/da/ssh-da.htm#ssh-f

_________________
Ουρέα - AMD X2 4450e, ABIT A-N78HD
Έρεβος - IBM T43
if you have a problem, if no one else can help, and if you can find it - maybe you can read ... the sidux manual
 
 View user's profile Send private message  
Reply with quote Back to top
asc66
Post subject: RE: Linux pc on a small LAN  PostPosted: Jul 09, 2008 - 07:48 PM



Joined: Jul 05, 2007
Posts: 81

Status: Offline
Whay ? HELP



It exists thus why?

_________________
Old Linux loves 62 years.
I am from Denmark.
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
absolut
Post subject: RE: Linux pc on a small LAN  PostPosted: Jul 09, 2008 - 09:46 PM



Joined: Jan 11, 2007
Posts: 459
Location: Darmstadt, Germany, Europe, Earth
Status: Offline
you do realize, that you do NOT need samba on two linux machines?

i do not know anything about samba setup, thus i can not help...

_________________
Ουρέα - AMD X2 4450e, ABIT A-N78HD
Έρεβος - IBM T43
if you have a problem, if no one else can help, and if you can find it - maybe you can read ... the sidux manual
 
 View user's profile Send private message  
Reply with quote Back to top
infinitycircuit
Post subject: RE: Linux pc on a small LAN  PostPosted: Jul 09, 2008 - 11:00 PM



Joined: Oct 28, 2007
Posts: 131
Location: California
Status: Offline
You can also just use fish:// in konqueror. Make sure your hosts.deny files on both machines are not set to be too restrictive, and turn on sshd on both machines to make sure it works both ways.

_________________
Proud aptitude user.

http://qa.debian.org/developer.php?logi ... 0gmail.com
 
 View user's profile Send private message AIM Address  
Reply with quote Back to top
piper
Post subject: RE: Linux pc on a small LAN  PostPosted: Jul 10, 2008 - 12:23 AM
Team Member


Joined: Nov 27, 2006
Posts: 1950
Location: underworld
Status: Offline
Any one of these should work (in konq url)
Code:
fish://username@192.168.1.110/home/username

Code:
sftp://username@192.168.1.110/home/username

Code:
smb://username@machinename


** Adjust IP accordingly **

_________________
sidux uses high compression technology > special care is needed when burning the iso > please burn in DAO-mode, DAO or DIE. NEVER EVER do a apt-get upgrade or use adept, synaptic or aptitude
 
 View user's profile Send private message Send e-mail Visit poster's website  
Reply with quote Back to top
slam
Post subject: RE: Linux pc on a small LAN  PostPosted: Jul 10, 2008 - 08:32 AM
Team Member


Joined: Nov 24, 2006
Posts: 1871
Location: w3
Status: Offline
fish:// is depreciated - pls use sftp:// instead.
Greetings,
Chris

_________________
64bit stuff for sidux
development is life - code.zikula.org
an operating system must operate - sidux.com
 
 View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number 
Reply with quote Back to top
slh
Post subject: RE: Linux pc on a small LAN  PostPosted: Jul 10, 2008 - 10:03 AM



Joined: Nov 25, 2006
Posts: 2482

Status: Offline
well, not really deprecated - just broken for ages (since kernel 2.6.21, on faster systems only).
 
 View user's profile Send private message  
Reply with quote Back to top
asc66
Post subject: RE: Linux pc on a small LAN  PostPosted: Jul 10, 2008 - 03:51 PM



Joined: Jul 05, 2007
Posts: 81

Status: Offline
If I have tried, do not work either :
sftp://username@192.168.1.110/home/username
sftp://username@192.168.1.110/home/username

# do not know anything about samba setup, thus i can not help.
quite a lot ??? + -
A little

I became More and More desperately, thus here are what I did.

It's an opensuse pc so that I put ftp into yast and see, it works.

Thanks for your participation,
it's important for me that it works when it's a back-up pc.

_________________
Old Linux loves 62 years.
I am from Denmark.
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
absolut
Post subject: RE: Linux pc on a small LAN  PostPosted: Jul 10, 2008 - 04:45 PM



Joined: Jan 11, 2007
Posts: 459
Location: Darmstadt, Germany, Europe, Earth
Status: Offline
1) you need a ssh server running on the suse computer.
1a) what is the ip of the suse computer?
1b) are you sure you have ssh server running and listening to standard port 22?

2) what is the name of the user on the suse computer?
i don't think there does exit a user with the name "username". am i right? you need to put a _really existing username_ there!

3) SFTP in konqueror has nothing to do with FTP. thus, looking for FTP in yast is not correct...

_________________
Ουρέα - AMD X2 4450e, ABIT A-N78HD
Έρεβος - IBM T43
if you have a problem, if no one else can help, and if you can find it - maybe you can read ... the sidux manual
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 1 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group
Credits
 
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2006-2008 by sidux e.V., 10407 Berlin, Kniprodestr. 104. sidux e.V. is a Berlin, Germany based non-profit foundation. Consult Impressum and Legal Terms for details. sidux is Free Software released under the GNU/GPL license and other compatible licenses.
This CMS is powered by PostNuke, all themes used at this site are released under the GNU/GPL license. designed by w3you.