Re: client: interactive mode
From: Darren Tucker (dtucker_at_gate.dodgy.net.au)
Date: 06/20/05
- Previous message: mgrd: "client: interactive mode"
- In reply to: mgrd: "client: interactive mode"
- Next in thread: mgrd: "Re: client: interactive mode"
- Reply: mgrd: "Re: client: interactive mode"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 20 Jun 2005 10:02:25 GMT
On 2005-06-20, mgrd <mgrd@gmx.net> wrote:
> OpenSSH 3.9p1
> OpenSSL 0.9.7d
> OS: NetBSD 2.0.2
>
> Is it possible to start the ssh client in interactive mode?
> Ie. w/o giving the whole command line, esp. the remote machine, login
> name and remote port?
No.
> I want to omit this to be shown in the process table (so `w' and `ps'
> will not give these info to other users).
Why?
> If not, any ideas who to omit login_user, remote_machine, remote_port in
> the process table?
You can specify user and port in the ~/.ssh/config file but the host
specification is mandatory (you could however use a Hostname directive
so the argument on the command line isn't the real hostname. It won't
help much, though, the host and port will be visible in netstat anyway.
It's also possible to spoof ps by trashing argv on some platforms.
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
- Previous message: mgrd: "client: interactive mode"
- In reply to: mgrd: "client: interactive mode"
- Next in thread: mgrd: "Re: client: interactive mode"
- Reply: mgrd: "Re: client: interactive mode"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|