Jump to content

Networking Linux to Linux [solved]


ianw1974
 Share

Recommended Posts

I'm wanting to be able to drop files on another MDK machine on my network. How would I go about doing this?

 

I don't want to share it with Windows, which is why I've not done anything with samba as of yet. I'm assuming it's done a different way when it's just one Linux machine and another?!?

Link to comment
Share on other sites

#urmpi ssh-server

 

after install, make sure sshd run during startup, check it by #chkconfig tool or #drakxservices

regarding the firewall, #drakfirewall, then check thus services you allow to accept connection which is ssh

you can also #vi /etc/hosts.allow then add the ff:

sshd: <ur-ip-add>

sshd: ALL:DENY

 

that would do a little security on it, your IP will be the one allowed to establish ssh connection to that box, especially if it is connected to internet

Edited by aioshin
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...