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]

ssh client read only mode

Subject: ssh client read only mode
Date: Tue, 27 Nov 2007 23:10:18 +0100
Hi all,

        I am looking for ways to have the openssh client [1] run in a read only
environment nicely. Will there be an option or flag to avoid
creation/edition any of files of the base system?

The reason I am asking is that command strings like [2] will for example
not stop the ~/.ssh creation attempt [3] as looked at the code in for
example the current trunk or else, which forces me to use a lower
LogLevel to avoid the output of this message, which just does not seems
pretty to me ;-)

/Rick

[1] Various versions in use:
    [rick@traffie] ~ $ ssh -V
    OpenSSH_4.2p1 FreeBSD-20050903, OpenSSL 0.9.7e-p1 25 Oct 2004
    rick@zodac:~$ ssh -V
    OpenSSH_4.6p1 Debian-5build1, OpenSSL 0.9.8e 23 Feb 2007
    rick@dellas:~ $ ssh -V
    OpenSSH_4.5p1 FreeBSD-20061110, OpenSSL 0.9.7e-p1 25 Oct 2004
[2] ssh -n -T -o "LogLevel=FATAL" -o "BatchMode=yes" -o
    "StrictHostKeyChecking" -i <key> <user>@<host>
[3] Could not create directory '<home>/.ssh'.



<Prev in Thread] Current Thread [Next in Thread>
  • ssh client read only mode, Rick van der Zwet <=