SFTP logs on Solaris 10

Hi,
We are running ProFTPd as SFTP (and FTP) Server on Solaris 10.
I could enable logs in ProFTPd to capture ALL events (including access, file transfter, authentication etc.). Now i need to enable ALL the logs for SFTP transactions also. I am getting only FTP transactions on ProFTPd logs.
Please advise.
TIA
Prvn

"proftp as sftp" made me think diff...
see this: [http://forum.java.sun.com/thread.jspa?threadID=5090499&start=0]
it ref ssol 9, however the steps for 10 should be the same or build openssh and use: [http://sftpfilecontrol.sourceforge.net/]

Similar Messages

  • Need sftp client on Solaris 8

    I need to implement an automated ftp process where I pull some binaries from an sftp server over to my local SOlaris 8 box. I do not have the sftp executable, and need to know how to get a secure ftp client for SOlaris 8.
    Thanks - Jesse ([email protected])

    I need to implement an automated ftp process where I
    pull some binaries from an sftp server over to my
    local SOlaris 8 box. I do not have the sftp
    executable, and need to know how to get a secure ftp
    client for SOlaris 8.
    Thanks - Jesse ([email protected])
    www.openssh.org has the server and the client. You need gcc to compile it or you can download the "package"-version.
    ps. You have to generate keys to automate sftp jobs, you can't use a password construction.

  • Need help logging into solaris

    I am new to this, I just got my solaris dvd set, I have installed it and I tried several times to log in, but I keep running into the same issue, I am able to input my login name, but it refuses to let me type in my password, it doesn't matter what I type, nothing happens, no letters no astrix's (*) I just don't know whats going on.
    PS for those who are wondering how I am able to post here, i am running the Ubuntu live cd, that way I can bypass the seemingly defective login screen of my solaris 10 operating system and connect to the internet.

    Did you hit return after typing your password?
    There are no characters echoed to the screen when
    typing it.
    Darrenyes I hit return several times and it said that the password was incorrect,
    and are you saying that its not supposed to show up as I type it, or was that one of your questions, if so, then yeah, there were no characters echoed to the screen.

  • Issues with jbdc logging on solaris and windows enviroment

    Hi All,
    I tried to enable JDBC logging on my app server (tried on Solaris and Windows)and
    i am facing issues. It would be great if someone can share their experiences.
    SOLARIS ISSUE:
    <Mar 12, 2003 8:09:36 PM PST> <Notice> <Management>
    <Mar 12, 2003 8:09:52 PM PST> <Notice> <WebLogicServer> <Starting WebLogic Admin
    Server "xyz" for domain "abc">
    <Mar 12, 2003 8:09:57 PM PST> <Emergency> <Server> <Unable to initialize the server:
    'Fatal initialization exception
    Throwable: java.lang.NullPointerException
    java.lang.NullPointerException
    at weblogic.jdbc.common.JDBCService.initLog(JDBCService.java:231)
    at weblogic.jdbc.common.JDBCService.initialize(JDBCService.java:57)
    at weblogic.t3.srvr.ServerServiceList.initialize(ServerServiceList.java:48)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:492)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:206)
    at weblogic.Server.main(Server.java:35)
    WINDOWS:
    DriverManager.initialize: jdbc.drivers = null
    JDBC DriverManager initialized
    registerDriver: driver[className=oracle.jdbc.driver.OracleDriver,oracle.jdbc.driver.OracleDriver@1bfaff]
    DriverManager.getDriver("jdbc:oracle:thin:@172.16.10.150:1521:vtpsr")
    trying driver[className=oracle.jdbc.driver.OracleDriver,oracle.jdbc.driver.OracleDriver@1bfaff]
    getDriver returning driver[className=oracle.jdbc.driver.OracleDriver,oracle.jdbc.driver.OracleDriver@1bfaff]
    SQLException: SQLState(null) vendor code(17055)
    java.sql.SQLException: Invalid character encountered in: failAL32UTF8Conv
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
         at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:1130)
         at oracle.jdbc.dbaccess.DBConversion.failAL32UTF8Conv(DBConversion.java:2762)
         at oracle.jdbc.dbaccess.DBConversion.javaCharsToAL32UTF8Bytes(DBConversion.java:2678)
         at oracle.jdbc.dbaccess.DBConversion.stringToAL32UTF8Bytes(DBConversion.java:2624)
         at oracle.jdbc.dbaccess.DBConversion.stringToAccessCharBytes(DBConversion.java:391)
         at oracle.jdbc.dbaccess.DBConversion.StringToCharBytes(DBConversion.java:456)
         at oracle.jdbc.ttc7.O3log.setSessionFields(O3log.java:796)
    Thanks,
    Suresh

    Infact it is same issue for both environments...
    It is
    java.sql.SQLException: Invalid character encountered in: failAL32UTF8Conv
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
         at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:1130)
         at oracle.jdbc.dbaccess.DBConversion.failAL32UTF8Conv(DBConversion.java:2762)
         at oracle.jdbc.dbaccess.DBConversion.javaCharsToAL32UTF8Bytes(DBConversion.java:2678)
         at oracle.jdbc.dbaccess.DBConversion.stringToAL32UTF8Bytes(DBConversion.java:2624)
         at oracle.jdbc.dbaccess.DBConversion.stringToAccessCharBytes(DBConversion.java:391)
         at oracle.jdbc.dbaccess.DBConversion.StringToCharBytes(DBConversion.java:456)
         at oracle.jdbc.ttc7.O3log.setSessionFields(O3log.java:796)for both enviroments..
    Please let me know if any of u guys came across this before.
    Thanks,
    Suresh
    "suresh maram" <[email protected]> wrote:
    >
    Hi All,
    I tried to enable JDBC logging on my app server (tried on Solaris and
    Windows)and
    i am facing issues. It would be great if someone can share their experiences.
    SOLARIS ISSUE:
    <Mar 12, 2003 8:09:36 PM PST> <Notice> <Management>
    <Mar 12, 2003 8:09:52 PM PST> <Notice> <WebLogicServer> <Starting WebLogic
    Admin
    Server "xyz" for domain "abc">
    <Mar 12, 2003 8:09:57 PM PST> <Emergency> <Server> <Unable to initialize
    the server:
    'Fatal initialization exception
    Throwable: java.lang.NullPointerException
    java.lang.NullPointerException
    at weblogic.jdbc.common.JDBCService.initLog(JDBCService.java:231)
    at weblogic.jdbc.common.JDBCService.initialize(JDBCService.java:57)
    at weblogic.t3.srvr.ServerServiceList.initialize(ServerServiceList.java:48)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:492)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:206)
    at weblogic.Server.main(Server.java:35)
    WINDOWS:
    DriverManager.initialize: jdbc.drivers = null
    JDBC DriverManager initialized
    registerDriver: driver[className=oracle.jdbc.driver.OracleDriver,oracle.jdbc.driver.OracleDriver@1bfaff]
    DriverManager.getDriver("jdbc:oracle:thin:@172.16.10.150:1521:vtpsr")
    trying driver[className=oracle.jdbc.driver.OracleDriver,oracle.jdbc.driver.OracleDriver@1bfaff]
    getDriver returning driver[className=oracle.jdbc.driver.OracleDriver,oracle.jdbc.driver.OracleDriver@1bfaff]
    SQLException: SQLState(null) vendor code(17055)
    java.sql.SQLException: Invalid character encountered in: failAL32UTF8Conv
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
         at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:1130)
         at oracle.jdbc.dbaccess.DBConversion.failAL32UTF8Conv(DBConversion.java:2762)
         at oracle.jdbc.dbaccess.DBConversion.javaCharsToAL32UTF8Bytes(DBConversion.java:2678)
         at oracle.jdbc.dbaccess.DBConversion.stringToAL32UTF8Bytes(DBConversion.java:2624)
         at oracle.jdbc.dbaccess.DBConversion.stringToAccessCharBytes(DBConversion.java:391)
         at oracle.jdbc.dbaccess.DBConversion.StringToCharBytes(DBConversion.java:456)
         at oracle.jdbc.ttc7.O3log.setSessionFields(O3log.java:796)
    Thanks,
    Suresh

  • Look for SFTP client for Solaris 10x86

    We need an SFTP client which supports logins with and without passwords for sending files to remote SFTP sites.
    Up until now, we have been using a combination of Perl, Expect and sftp command but need a better solution.
    Have been unable to install into Perl the SFTP modules (Lots of problems with SSHA packates) to use it directly without Expect.
    I see a few (very few) commercial packages like one from tectia.com but am looking for perhaps an open source solution.

    You should be able to use the scp command (which is a part of ssh client on solaris, linux or cygwin/windows) in conjunction with the key based authentication
    For example, if you want a scheduled job as user1 on machine1 to be able to upload a file to a directory owned by user2 on machine2:
    On machine1, run ssh-keygen as user1 to create the RSA key pair (do not enter as password .)
    On machine2, as user2, cd .ssh, add user1's public key to the authorized_keys file.
    e.g.
    ssh-rsa dWU+bihN7kYFYoQ5ycNiIl2urtzdS5GNcCtMSz
    Nykgylo4ccfoAhJhAOVS3htN6hTXk45O9xrpLFrC7BzAq
    aQiuuKTgxT0mOVmzFjTozwQIQmy9EUt= user1@machine1
    Also, update /etc/ssh/sshd_config with
    RSAAuthentication yes
    you will need to ssh from user1 to machine2 and as user2 to machine1 to make sure the known_hosts file for each user gets updated

  • Sftp logging --need ideas!

    We have a request to log sftp file upload and downloads. Is there anything I can put in ssh_config to accomplish this?
    I have come across http://sftplogging.sourceforge.net, however, this seems to only work w/ openSSH.
    We currently have this installed:
    SSH Version Sun_SSH_1.0, protocol versions 1.5/2.0.
    Can I use the patch from http://sftplogging.sourceforge.net w/ Sun_SSH? Is Sun_SSH essentialy openSSH w/ a different name?
    Or is my other option to install openSSH and go from there?
    Other options??
    Thanks,
    Ryan

    Sun SSH is a branch from OpenSSH version 1.2.12
    So yes, it's OpenSSH. No I wouldn't try applying an OpenSSH 4.x patch to it.
    I too am looking at having to resort to OpenSSH to get current features I need, including logging.

  • New user in solaris 11 to allow sftp only

    We want to create new user and enable following
    1. this user should be able to use only SFTP, SSH shall not be allowed
    2. this user should not be able to go to any other directory

    Hello
    I think these doc can help to do the point 2. But the ssh won't be able to go out of the chroot directory
    How to setup a chroot ssh/sftp environment in Solaris 10 (Doc ID 1399023.1)
    Regards
    Eze

  • Syslog and sftp chroot

    i'm configuring sftp (patched openssh with sftplogging e chroot) but i've problems with logging.
    sftplogging site hints to create chroot/dev/log in chrooted enviroment and launch syslogd -a chroot/dev/log but solaris syslogd doesn't have -a option.
    there's an alternative way or i must install syslog-ng?

    Can you post sshd_config.
    Edit: It's probably NOT client side. It's a chroot environment (which I had totally misread.) So this has to be a server side misconfiguration. Sorry, it's late
    Last edited by Minsc (2014-06-19 03:14:28)

  • Airport Extreme causes ssh_exchange_identification for SFTP

    I get ssh_exchange_identification during a client SFTP session to webserver behind a Load balanced server.
    SFTP works with Lion and Snow Leopard but does not work with my Airport Extreme in place. SFTP also works with other firewalls in other networks. It seems the Airport is the culprit. This should be straight forward as its just a client session going out.  Tried many modification to OSX but not sure if they are really needed since SFTP works fine without the Airport Extreme. Aiport is running 7.6.1.  Below is the SFTP log.
    $ sftp -v -v -v [email protected]
    OpenSSH_5.6p1, OpenSSL 0.9.8r 8 Feb 2011
    debug1: Reading configuration data /etc/ssh_config
    debug1: Applying options for *
    debug2: ssh_connect: needpriv 0
    debug1: Connecting to XXX.XXX.XXX.XXX [XXX.XXX.XXX.XXX] port 22.
    debug1: Connection established.
    debug1: identity file /Users/USER/.ssh/id_rsa type -1
    debug1: identity file /Users/USER/.ssh/id_rsa-cert type -1
    debug1: identity file /Users/USER/.ssh/id_dsa type -1
    debug1: identity file /Users/USER/.ssh/id_dsa-cert type -1
    ssh_exchange_identification: Connection closed by remote host
    Looks to me a connection is started on port 22 then gets clipped. Any help would be greatly appreciated.

    my IP did not sure. i am positive of that.
    The DNS problem is not constant, sometimes it works without pinging the others i have to ping manually.
    by the way, i am trying to SSH into the same computer i am using :S
    i know it is stupid not to SSH user@localhost
    yes, @localhost works, but before that day, i used to ssh @my IP
    HTTP works perfectly again, it was a DHCP error

  • SFTP directory configuration

    Hi,
    I am trying to setup SSH / SFTP on both Solaris 9 and 10. As per my understanding as long as SSH is running you can use SFTP . Now my question is how do i setup SFTP directory setup ? My requirement is for all the users who are trying to use SFTP , it should go to a by default directory instead of their home directory.
    I would appreciate if someone can help me on this.
    Thanks,

    Do they ever need to access the server through a shell or just through sftp?

  • Solaris 10 & Windows 2K dual boot

    Hello forum,
    I installed Solaris 10 on a machine such that it dual boots with Win2K . All seemed well , I logged into Solaris and Win 2K and it worked properly .
    I tried logging into JDS 3 and after that it does not boot into WIn 2K .
    I get the menu asking which OS to boot into and whe I give the ID for Win 2K , it just returns to the menu .
    Any help in solving this issue is highly appreciated .
    Thanks and Regards

    Thanks for the reply , but do you have any idea as to what might have screwed it the partition.
    Also I don't think there is an issue with the partition , I strongly suspect the boot files would have changed though I really doubt it .
    Any ideas ???
    Thanks in advance .

  • Send logs to syslog

    How to send weblogic server ---- access.log,server.log,server.out to sys log on solaris.

    The router does not have the feature where you can save the logs to a notepad, why not click on Open in Browser and then copy and paste the results to a notepad or wordpad so that you can go ahead and send it thru email.
    Please check link below how to enable logs in the router:
    Title: Enabling the Logs feature of the Linksys Smart Wi-Fi Router using local access
    Article ID: 26579

  • Missing /dev/log stream?

    Hi All,
    I just installed Solaris 10 onto a Sun Ultra 2 Enterprise box and I'm trying to get jailkit 1.3 to work. Upon starting jk_socketd, it's complaining that /dev/log doesn't exist and it wants that socket stream.
    How do I create the socket stream device for /dev/log in Solaris 10?
    Thanks!

    What do you mean by handling the input buffering myself?
    I'm basically doing
    ObjectInputStream in = new ObjectInputStream(socket.getInputStream());
    [\code]
    and then i read the in stream.
    Is that considered handling it myself?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Solaris 10 logfile for bad logins

    Hi,
    I wanted to know where the failed logins are logged in Solaris 10. On Solaris 8 it is /var/adm/loginlog.
    On solaris 10 however I find that this file is non existent.
    Please help
    Rgds

    Hello,
    first look your /etc/default/login file. make sure
    SYSLOG=YES
    SYSLOG_FAILED_LOGINS=1
    lines uncommented and proper values
    look your /etc/syslod.conf file.
    if there is auth.notice or auth.info line then last field in that line shows your file.
    if there is no line such you add
    auth.info<press tab>/var/adm/auth
    or similar line and refresh syslogd
    svcadm refresh system/system-log
    it should now log login attempts.
    Osman

  • Appliance of redo logs in heterogenous systems

    Hello all,
    I have two SAP 4.7 systems. Both are on Oracle 9i. One system is in HP UX and the other system is in SUN Solaris. Rest all the configuarations are same. I want to use UX as  the production system and Solaris as Disaster Recovery Software (DRS). Suppose UX system went down and I want to use Solaris as the main production box. In this scenerio is it possible to apply the redo logs in Solaris system which are originally generated in UX system.  In a nutshell my query :- can I to apply redo logs generated in one system to another system where only difference between the two systems is the OS rest everything same.
    Kindly do reply me as I m in a quandary.
    Regards,
    Tapan

    it should work, but test it first. as long as both system use the same endian, it should work.

Maybe you are looking for