Remote desktop for mac unix commands


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Remote desktop for mac unix commands
# 1  
Old 06-22-2012
Remote desktop for mac unix commands

So Ive been a bit confused dealing with ssh keys or something else, who knows maybe someone can help.

I run a set of computers on a network which are all running mac os x lion. I have a lion server serving them all up. I run remote desktop to update them and do anything else "tech"
support needed.

Here is my problem:

I need to write a line of unix commands that I can put into apple's program Remote Desktop. The reason is so that when I type in the command or my boss does, that all the computers will login. I figured that ssh keys with a root command would be good but terrible with security. If anyone has any other ideas.

The only downside to remote desktops unix command line is that it isn't actually a "terminal" so you can't install programs into the command line to run them like "sshsudo" or any of those programs.

Help please?
I have tried everything I know, but i am only a college student i have much to learn from the more skilled and professional in this field.

Thanks,

Jamie
# 2  
Old 06-22-2012
Wonder if you are in the right forum... This Remote Desktop is a Mac application...
Now if your concern were more "can it be solved" using standard (or mostly...) UNIX methods, the answer would be:
What are you trying to achieve?
All unix have the possibility to access to remote hosts... Its a question of configuration
Quote:
The reason is so that when I type in the command or my boss does, that all the computers will login
Is more mysterious to me: What do you mean by all the computers will login?
# 3  
Old 06-22-2012
wasn't exactly sure where this should go... but basically i am trying to remote login to all machines so that I can remote update them all. Remote desktop allows me to update them all once logged in. But its a hassle to log in to every computer under the administrative account one by one.
# 4  
Old 06-22-2012
Being this appears to be a for-purchase commercial product, why not ask Apple?

If we were talking about SSH, I'd tell you to make a key with a password on it and use that key for autologin. You'd only have to type in the password once to login to n machines, and if anyone else stole the key it'd be no use to them.

Without getting several Mac's and purchasing my own copy of Remote Desktop it's difficult to know if it has something like this feature, but it's an avenue to explore I hope.
# 5  
Old 06-22-2012
thanks, yeah my problem again is that it is not a "Full Terminal" just a unix command line. I don't necessary like apple. they get annoying and either take forever or don't answer my questions.

Thanks Though,
# 6  
Old 06-22-2012
Quote:
Originally Posted by jcahn93
thanks, yeah my problem again is that it is not a "Full Terminal" just a unix command line.
I'm not saying you should use ssh instead. I'm saying that, hopefully, Remote Desktop may have ways to use the same sort of keys.

OSX does have plenty of ways to administrate on the commandline too, however! Some admins claim they don't even need a remote desktop. Of course they may not need the same applications you do...
# 7  
Old 06-22-2012
I work at a computer lab and we need to monitor the students in the lab and there computers, thats the reason for remote desktop, but they have this command line for unix that we are trying to make use of.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to run UNIX commands on remote machine from windows?

Hi All, I am working in support and we are planning to automate a system to reduce the direct manual intervention to core system. Please find the below details. 1. we have a web application that runs on Windows Platform. 2. From web application, we need to connect to remote Unix machine.... (6 Replies)
Discussion started by: Balaji K
6 Replies

2. Shell Programming and Scripting

Triggering remote UNIX shell script from Remote desktop

I m trying to run a batch script in remote desktop which executes unix commands on the unix server...the problem is i wnt the output in HTML format.so in my batch script i m giving the cmd like ssh hostname path ksh HC_Report.ksh>out.html ...but it generates the HTML file in remote desktop .i... (2 Replies)
Discussion started by: navsan
2 Replies

3. Shell Programming and Scripting

Can BASH execute commands on a remote server when the commands are embedded in shell

I want to log into a remote server transfer over a new config and then backup the existing config, replace with the new config. I am not sure if I can do this with BASH scripting. I have set up password less login by adding my public key to authorized_keys file, it works. I am a little... (1 Reply)
Discussion started by: bash_in_my_head
1 Replies

4. UNIX for Advanced & Expert Users

Commands to copy a tar.gz file from a Remote Unix Server to Local Desktop.

Hi, Just wanted to know, how can I ftp/transfer/copy a (design.tar.gz) archive from a Unix Server (sdmc222.sdmc.cp-srv.com) which is at a remote location, to my Windows Desktop. Obviously, it is not possible at cmd prompt on my Windows using the following commands :- ftp... (3 Replies)
Discussion started by: marconi
3 Replies

5. UNIX for Dummies Questions & Answers

Commands from 'Unix® for Mac®' book

Hi everyone, first day on the job. I'm attempting to learn Unix from the 'Unix® for Mac®' book. On page 11 there are instructions to enter certain commands but for me they don't work. user% which w is supposed to result in: -/usr/bin/w -I get a "command not found" darwin:~] user%... (2 Replies)
Discussion started by: Frank Hunter
2 Replies
Login or Register to Ask a Question