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



On Mar 21, 2:28 pm, bejo...@xxxxxxxxx wrote:
Hi!

Can I somehow tell ssh to land in a different directory than the home
of the user? I.e., something like this:

ssh -target-dir=/local/cooldir me@themachine
->
me@themachine:/local/cooldir #

or if I could get ssh not to logout after performing a command, that
would be good, too, because the command could be a 'cd':

ssh -dontlogout me@themachine "cd /local/cooldir"

(Just to avoid confusion: the options "-target-dir" and "-dontlogout"
don't actually exist... unfortunately :) )

I am using this version: OpenSSH_4.2p1, OpenSSL 0.9.8a 11 Oct 2005

Can anyone help with this, please?

Thanks,
Agoston

If you have your keys setup something like this can be achieved
using..

ssh <srvrname> "echo 'cd <somedir>' >> .profile(orwhatever .dotfile)";
ssh <srvrname>

make sure to remove the added last line in your dotfile if you dont'
want it to be permanent..


.



Relevant Pages

  • Re: Really need help on this one
    ... Is there a way to read the output of a particular command into ... Heres a better example using ssh. ... set timeout $timeout ... exec kill -9 $pid ...
    (comp.lang.tcl)
  • Re: OT: Hard disk mirror with Paragon on USB stick?
    ... at least two pages of intricate command line stuff. ... The password is only used when you want to backup to a remote machine ... via the network, using the ssh protocol. ... (e.g. with linux, ...
    (sci.electronics.design)
  • RE: midnight commander and ssh sftp
    ... midnight commander and ssh sftp ... which is displayed at the bottom of the MC panel. ... "Left file command options right" at the top of the MC ... MC SSH session with the remote host by hitting F10 key. ...
    (freebsd-questions)
  • Re: sshd and ftpd
    ... ssh keys, so when you log in it doesn't ask for one. ... we want to be able to connect to our remote host without ... If you used the defaults supplied by the ssh-keygen command, ...
    (Ubuntu)
  • Re: ssh
    ... With 'fully' I mean that command: ... ssh target_machine_name date ... ~/.ssh/authorized_keys on my home computer. ... He also mentioned scp, and I think the better alternative would be to run sftp with a batch file. ...
    (Debian-User)