Technology Questions

Go Back   Technology Questions > Manufacturer Questions > Manufacturers > Apple > Apple Macintosh Hardware

Apple Macintosh Hardware Discuss the Apple Macintosh Hardware

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 02-06-2007, 05:22 PM
Martin Jørgensen
Newsgroup Contributor
 
Posts: n/a
setting up ssh...

Hello everybody.

Someone I know wants to compile and test some assembler-code on my
macintosh, by logging into my computer with ssh. It´s because he doesn´t
have a macintosh himself. He´s a professionel programmer and I thrust him...

I guess he won´t be able to see any of my files or somehow
delete/change/do anything that harms my system. I want/I need *maximum*
security and he should be allowed to compile/assemble something that
won´t destroy anything on my computer...

What should I know and how do I set up the account for him?


Med venlig hilsen / Best regards
Martin Jørgensen

--
---------------------------------------------------------------------------
Home of Martin Jørgensen - http://www.martinjoergensen.dk
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 02-06-2007, 05:22 PM
  #2 (permalink)  
Old 02-06-2007, 05:22 PM
Shawn Hearn
Newsgroup Contributor
 
Posts: n/a
Re: setting up ssh...

In article <4187ecd4$0$203$edfadb0f@dread12.news.tele.dk>,
Martin Jørgensen <unoder.spam@spam.jay.net> wrote:

> Hello everybody.
>
> Someone I know wants to compile and test some assembler-code on my
> macintosh, by logging into my computer with ssh. It´s because he doesn´t
> have a macintosh himself. He´s a professionel programmer and I thrust him...
>
> I guess he won´t be able to see any of my files or somehow
> delete/change/do anything that harms my system. I want/I need *maximum*
> security and he should be allowed to compile/assemble something that
> won´t destroy anything on my computer...
>
> What should I know and how do I set up the account for him?
>
>
> Med venlig hilsen / Best regards
> Martin Jørgensen


Which OS are you using? If OS X 10.3, all you need to do is open up the
Preferences panel. Open up the security panel and enable the "remote
login" item. Click on the "firewall" tab under the security panel and
ensure that you allow the remote login service to operate.

You should also probably set up an account for your friend. You can do
that by clicking on the "accounts" preferences panel. Do not send your
friend the password to his new account via email unless you encrypt it.

The should to it. I ssh into the Mac in my office at work all the time.
It works fine.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 02-06-2007, 05:22 PM
Karsten Harder
Newsgroup Contributor
 
Posts: n/a
Re: setting up ssh...

Is it possible to transfer files from machine to machine in this way ?

:-) k


On Tue, 02 Nov 2004 17:54:38 -0500, Shawn Hearn wrote:

> In article <4187ecd4$0$203$edfadb0f@dread12.news.tele.dk>,
> Martin Jørgensen <unoder.spam@spam.jay.net> wrote:
>
>> Hello everybody.
>>
>> Someone I know wants to compile and test some assembler-code on my
>> macintosh, by logging into my computer with ssh. It´s because he doesn´t
>> have a macintosh himself. He´s a professionel programmer and I thrust him...
>>
>> I guess he won´t be able to see any of my files or somehow
>> delete/change/do anything that harms my system. I want/I need *maximum*
>> security and he should be allowed to compile/assemble something that
>> won´t destroy anything on my computer...
>>
>> What should I know and how do I set up the account for him?
>>
>>
>> Med venlig hilsen / Best regards
>> Martin Jørgensen

>
> Which OS are you using? If OS X 10.3, all you need to do is open up the
> Preferences panel. Open up the security panel and enable the "remote
> login" item. Click on the "firewall" tab under the security panel and
> ensure that you allow the remote login service to operate.
>
> You should also probably set up an account for your friend. You can do
> that by clicking on the "accounts" preferences panel. Do not send your
> friend the password to his new account via email unless you encrypt it.
>
> The should to it. I ssh into the Mac in my office at work all the time.
> It works fine.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 02-06-2007, 05:22 PM
Martin Jørgensen
Newsgroup Contributor
 
Posts: n/a
Re: setting up ssh...

Shawn Hearn wrote:

> In article <4187ecd4$0$203$edfadb0f@dread12.news.tele.dk>,
> Martin Jørgensen <unoder.spam@spam.jay.net> wrote:

-snip-

>
> Which OS are you using? If OS X 10.3, all you need to do is open up the
> Preferences panel. Open up the security panel and enable the "remote
> login" item. Click on the "firewall" tab under the security panel and
> ensure that you allow the remote login service to operate.


Yep, ok.

> You should also probably set up an account for your friend. You can do
> that by clicking on the "accounts" preferences panel. Do not send your
> friend the password to his new account via email unless you encrypt it.
>
> The should to it. I ssh into the Mac in my office at work all the time.
> It works fine.


Yep, ok.


Med venlig hilsen / Best regards
Martin Jørgensen

--
---------------------------------------------------------------------------
Home of Martin Jørgensen - http://www.martinjoergensen.dk
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 02-06-2007, 05:22 PM
Shawn Hearn
Newsgroup Contributor
 
Posts: n/a
Re: setting up ssh...

In article <pan.2004.11.03.18.49.34.759356@atservice.com>,
Karsten Harder <karsten@atservice.com> wrote:

> Is it possible to transfer files from machine to machine in this way ?


Yup. Use sftp in a terminal window to transfer the files. Suppose
you with to transfer a file called "my file" on your Mac at home to
your Mac at work. Let's suppose you have an account called "me" on your
Mac at work and the host name for your Mac at work is called
mywork.mac.com then you would open up a terminal window on your Mac at
home and type:

sftp me@mywork.mac.com

and you will be prompted to enter your password.

Then type

put "my file"
quit

and include the quotation marks in the put command. You can also do it
in the reverse direction with the get command.

This assumes there are no internal or external firewall barriers in
place between the two Macs. You might also be able to use this method to
transfer files between computers that run different operating systems,
but I have not tested that.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 02-06-2007, 05:23 PM
Walt Sellers
Newsgroup Contributor
 
Posts: n/a
Re: setting up ssh...

In article <418aa0d0$0$229$edfadb0f@dread12.news.tele.dk>,
Martin Jørgensen <unoder.spam@spam.jay.net> wrote:

> Shawn Hearn wrote:
>
> > In article <4187ecd4$0$203$edfadb0f@dread12.news.tele.dk>,
> > Martin Jørgensen <unoder.spam@spam.jay.net> wrote:

> -snip-
>
> >
> > Which OS are you using? If OS X 10.3, all you need to do is open up the
> > Preferences panel. Open up the security panel and enable the "remote
> > login" item. Click on the "firewall" tab under the security panel and
> > ensure that you allow the remote login service to operate.

>
> Yep, ok.
>
> > You should also probably set up an account for your friend. You can do
> > that by clicking on the "accounts" preferences panel. Do not send your
> > friend the password to his new account via email unless you encrypt it.


Don't give him an admin account unless he truly needs it. (Which is unlikely.)
A regular account will do.

> >
> > The should to it. I ssh into the Mac in my office at work all the time.
> > It works fine.

>
> Yep, ok.
>
>
> Med venlig hilsen / Best regards
> Martin Jørgensen




--
Walt Sellers
Macintosh Programming and Support in Central Florida
www.VirtualOutpost.com
ws_usenet@virtualoutpost.com - include the keyPhrase "WhoYaGonnaCall?"
in the body or subject of the message to get past the spam filters.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
In theory there is no difference between practice and theory,
but in practice there is. -unknown
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
IE-7 Changes my cable setting to a LAN Proxy setting Keith Anderson Internet Explorer 5 08-25-2007 03:00 PM
Where is that setting? gardenerstouch Windows XP 1 08-19-2007 10:40 PM
Setting Associations Setting a file type with a specific file in V Jerwil Windows Vista 1 06-13-2007 12:40 AM
Setting restore point weekly using Task Scheduler is not setting RP. Moray Windows Vista 0 05-22-2007 10:10 AM
IE 7 GPO Setting Corrado - SED_Cuneo Internet Explorer 1 05-14-2007 11:50 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 06:02 PM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0