[olug] kill process question

Daniel Linder dan at linder.org
Fri Aug 26 19:06:22 UTC 2005



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1



On Fri, August 26, 2005 11:11, Craig Wolf wrote:

> I have the user double-clicking an icon on the desktop of their
client.

> It runs a process to do an scp from a mac client to my Linux server

> asking the user for the password, copying their files over for
backup

> purposes, and then exiting the terminal window.  Would the exec work
for

> that vs the ps aux command line that I got earlier?

> 

> Craig Wolf

> Linux Web Server Support

> Desktop/Network Specialist

> 402-894-6283



It sounds like it should work.  If your current command line for the
icon is:

scp /local/file/name user at linux.server.com:/tmp/remote.file



...then you should be able to use:

exec scp /local/file/name user at linux.server.com:/tmp/remote.file



On the scp password issue, could you setup the system to use pre-shared
keys so they don't even have to provide a password?



Dan



- - - - -

"Wait for that wisest of all counselors, time." -- Pericles

"I do not fear computer, I fear the lack of them." -- Isaac
Asimov

GPG fingerprint:6FFD DB94 7B96 0FD8 EADF  2EE0 B2B0 CC47 4FDE 9B68

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDD2gtsrDMR0/em2gRAm9/AKDkmHBlVjEmjLkN19GFcjSQ1S8rNACfdqt7
YXTl1XYZQz6/OhRbi9T+c+I=
=lTz/
-----END PGP SIGNATURE-----


More information about the OLUG mailing list