Complete.Org: Mailing Lists: Archives: discussion: September 1998:
Re: [aclug-L] telnet
Home

Re: [aclug-L] telnet

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: aclug-L@xxxxxxxxxxxx
Subject: Re: [aclug-L] telnet
From: John Goerzen <jgoerzen@xxxxxxxxxxxx>
Date: 24 Sep 1998 08:50:45 -0500
Reply-to: aclug-L@xxxxxxxxxxxx

Jesse Kaufman <kaufmjes@xxxxxxxxxxxxxxx> writes:

> hey, is it possible / how do i mount remote file systems... for
> instance, i have been doing my programming on my school's server, and i
> would like to be able to mount my home dir on that server to something
> on my computer...  this way, i can use all my nifty stuff, then telnet

It would be extremely unlikely if you were permitted to do this, since 
it would be a huge security risk.  NFS necessarily does not have any
login/password authentication scheme, since it lies at a lower level
of the system than that, meaning it would be trivial for others to
impersonate you in such a scheme -- or worse, impersonate root.

NFS is quite useful if "trusted" people run all the machines using it, 
but bad things can happen otherwise.

That said, the command is:

mount -t nfs remotehost:/remote/filesystem /mnt

-- 
John Goerzen   Linux, Unix consulting & programming   jgoerzen@xxxxxxxxxxxx |
Developer, Debian GNU/Linux (Free powerful OS upgrade)       www.debian.org |
----------------------------------------------------------------------------+
Visit the Air Capital Linux Users Group on the web at http://www.aclug.org
---
This is the Air Capitol Linux Users Group discussion list.  If you
want to unsubscribe, send the word "unsubscribe" to
aclug-L-request@xxxxxxxxxxxx.  If you want to post to the list, send your
message to aclug-L@xxxxxxxxxxxx.



[Prev in Thread] Current Thread [Next in Thread]