Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Secure-Shell
[Top] [All Lists]

RE: Arriving at a specified directory instead of the user's home

Subject: RE: Arriving at a specified directory instead of the user's home
Date: Tue, 13 Mar 2007 11:38:04 +1100
Why would you want to do this? If you are ssh'ing into arbitrary directories
as root (? - again why) then the user is irrelevant - unless you are doing
something else?
First of all, set up ssh so that there is public key exchange,
rather than entering a password all the time (put your key into the right
file under ~/.ssh/ )
then just do 

ssh host.domain.etc "cd /dir/you/want"

You may/may not need a -c switch in between. You will probably
need the quotes so that the remote shell does not interpret the
command as two separate args. 

Good luck.
Dr Joe Haskian

-----Original Message-----
From: listbounce@securityfocus.com [mailto:listbounce@securityfocus.com] On
Behalf Of agostonbejo
Sent: Sunday, March 11, 2007 12:10 AM
To: secureshell@securityfocus.com
Subject: Arriving at a specified directory instead of the user's home


Hi!

By default when I ssh onto a machine, I arrive at the user's home directory.
Can I somehow specify upon ssh'ing that I would like to arrive at a
different one? 
Something like this:

ssh -target-directory=~/local/mystuff user1@themachine
password: ...
user1@themachine:/local/mystuff # ...

Setting up the target directory permanently won't do, because it varies
where I would like to arrive.
Can it be done somehow?

P.S.: This is the version I'm using: "OpenSSH_4.2p1, OpenSSL 0.9.8a 11 Oct
2005"


Thanks!
Agoston
-- 
View this message in context:
http://www.nabble.com/Arriving-at-a-specified-directory-instead-of-the-user%
27s-home-tf3380890.html#a9410209
Sent from the SSH (Secure Shell) mailing list archive at Nabble.com.



<Prev in Thread] Current Thread [Next in Thread>