> |Moreover, is it possible to use public key authentication ? > > Yes. If you can do it with the sftp command directly invoked on your > terminal, it is also available when the sftp command is > indirectly invoked > on a pty (pseudo terminal) via DeleGate. > Something must be different. When I call sftp interactively the connection succeeds with public-key authentication. Within delegate, called from exactly the terminal where sftp is successful, there seems still password authentication to be used: 09/15 11:04:43.23 [3924] 1+0/4: --SFTP: stty -echo; sftp -oPort=9022 wln9adv@magwien..at 09/15 11:04:43.23 [3924] 1+0/4: --SFTP: pty master 9 /dev/pts/7 09/15 11:04:43.35 [3924] 1+0/4: --SFTP >>(FORK-1) Connecting to proxy2.magwien.gv.at... 09/15 11:04:43.35 [3924] 1+0/4: --SFTP >>(FORK-1) Could not create directory '/.ssh'.^M 09/15 11:04:43.81 [3924] 1+0/4: --SFTP >>(FORK-1) The authenticity of host 'proxy2.magwien.gv.at (141.203.254.13)' can't be established. 09/15 11:04:43.81 [3924] 1+0/4: --SFTP >>(FORK-1) RSA key fingerprint is 01:a5:25:30:5f:40:0c:49:5a:16:71:2f:49:14:83:cd. 09/15 11:04:43.81 [3924] 1+0/4: --SFTP >>(FORK-1/NO-NL)[Are you sure you want to continue connecting (yes/no)? ] 09/15 11:04:43.82 [3924] 1+0/4: --SFTP: answered yes for... Connecting to proxy2.magwien.gv.at...^M Could not create directory '/.ssh'.^M The authenticity of host 'proxy2.magwien.gv.at (141.203.254.13)' can't be established.^M RSA key fingerprint is 01:a5:25:30:5f:40:0c:49:5a:16:71:2f:49:14:83:cd.^M Are you sure you want to continue connecting (yes/no)? 09/15 11:04:43.82 [3924] 1+0/4: --SFTP >>(FORK-2) 09/15 11:04:43.82 [3924] 1+0/4: --SFTP >>(FORK-2) Failed to add the host to the list of known hosts (/.ssh/known_hosts).^M 09/15 11:04:43.90 [3924] 1+0/4: --SFTP >>(FORK-2/NO-NL)[wln9adv@proxy2.magwien.gv.at's password: ] 09/15 11:04:43.92 [3924] 1+0/4: --SFTP: sent the password... 09/15 11:04:43.92 [3924] 1+0/4: --SFTP >>(FORK-3) 09/15 11:04:43.94 [3924] 1+0/4: --SFTP >>(FORK-3) Permission denied, please try again.^M sftp called from delegate seems to look in /.ssh for user configuration files, e.g. known_hosts. But the correct location is /root/.ssh . So it seems not to recognize the /root/.ssh/config containing the IdentityFile directive, resulting in password instead of public-key authentication. Here is the complete log of ./src/delegated -P9021 SERVER=ftp MOUNT="/* sftp://proxy2.magwien.gv.at:9022/*" -f -vd -dG Hope for help again Best Regards --Michi 09/15 11:04:03.37 [3858] 0+0: TMPFILE(new_shared) = (3) /var/spool/delegate-nobody/tmp/dg3858.1.1158311043 09/15 11:04:03.37 [3858] 0+0: >>>TMPFILE(new_shared)>>>93832e8[3] 09/15 11:04:03.37 [3858] 0+0: dirfopen(/var/spool/delegate-nobody/adm/exeid/F0C422B0,r+): 9383a78 [5] 09/15 11:04:03.37 [3858] 0+0: [-] localhost 09/15 11:04:03.37 [3858] 0+0: [-] 127.0.0.1 09/15 11:04:03.37 [3858] 0+0: HOSTS[0]=localhost/127.0.0.1 (PREDEF) 09/15 11:04:03.37 [3858] 0+0: [-] localhost 09/15 11:04:03.37 [3858] 0+0: [-] __1 09/15 11:04:03.37 [3858] 0+0: HOSTS[1]=localhost/__1 (PREDEF) 09/15 11:04:03.37 [3858] 0+0: [-] .af-local 09/15 11:04:03.37 [3858] 0+0: [-] 127.0.0.127 09/15 11:04:03.37 [3858] 0+0: HOSTS[2]=.af-local/127.0.0.127 (PREDEF) 09/15 11:04:03.37 [3858] 0+0: scanned HOSTS=localhost/127.0.0.1,localhost/__1,.af-local/127.0.0.127 09/15 11:04:03.37 [3858] 0+0: ... testing resolver[SYS] with 'WWW.DeleGate.ORG' 09/15 11:04:03.37 [3858] 0+0: ... you can suppress this test by RES_WAIT=0 09/15 11:04:03.37 [3858] 0+0: ... gethostname(lxentw1.host.magwien.gv.at) 09/15 11:04:03.37 [3858] 0+0: *** GETHOSTBYNAME: lxentw1.host.magwien.gv.at / 0.00 secs. has_alias:0 09/15 11:04:03.37 [3858] 0+0: HOSTS[3]=lxentw1.host.magwien.gv.at/10.152.101.163 09/15 11:04:03.37 [3858] 0+0: configuring default RESOLV ... 09/15 11:04:03.37 [3858] 0+0: ... gethostname()='lxentw1.host.magwien.gv.at' 09/15 11:04:03.37 [3858] 0+0: ... SYS: lxentw1.host.magwien.gv.at -> 10.152.101.163 09/15 11:04:03.37 [3858] 0+0: ... DNS: 10.152.101.163 -> lxentw1.host.magwien.gv.at 09/15 11:04:03.37 [3858] 0+0: ... DNS available 09/15 11:04:03.37 [3858] 0+0: ... NIS not available (no default domain) 09/15 11:04:03.37 [3858] 0+0: ... export RES_ORDER=CFD 09/15 11:04:03.37 [3858] 0+0: export RESOLV=cache,file,dns (set by default) 09/15 11:04:03.37 [3858] 0+0: dirfopen(/var/spool/delegate-nobody/tmp/locks/FILE/CFI-SHARED-9021,w+): 9384d58 [7] 09/15 11:04:03.37 [3858] 0+0: TMPFILE(CFI_SHARED) = (7) /var/spool/delegate-nobody/tmp/dg3858.2.1158311043 09/15 11:04:03.37 [3858] 0+0: >>>TMPFILE(CFI_SHARED)>>>9384d60[7] 09/15 11:04:03.37 [3858] 0+0: dirfopen(/var/spool/delegate-nobody/adm/svstats/_9021_,r): 9384ec8 [8] 09/15 11:04:03.38 [3858] 0+0: dirfopen(/var/spool/delegate-nobody/adm/initlog/_9021_,r+): 9384ec8 [8] 09/15 11:04:03.38 [3858] 0+0: --INITIALIZATION START: 9.2.5-pre2 on Linux/2.4.21-47.ELsmp-- 09/15 11:04:03.38 [3858] 0+0: BINSHELL=/bin/sh 09/15 11:04:03.38 [3858] 0+0: SPECIALIST: ftp 09/15 11:04:03.38 [3858] 0+0: ##DeleGate/6.X: created directory/file will be non-sharable. SHARE="" will make it compatible with former versions. 09/15 11:04:03.38 [3858] 0+0: server_open(delegate,:9021,listen=20) 09/15 11:04:03.38 [3858] 0+0: gethostbyNameAddr(empty) 09/15 11:04:03.38 [3858] 0+0: listen(9,20) OK. 09/15 11:04:03.38 [3858] 0+0: server_open(delegate,:9021) BOUND 09/15 11:04:03.38 [3858] 0+0: ##DeleGate/6.X: DGROOT=/var/spool/delegate-nobody is set automatically. DGROOT="" will make it compatible with former versions. 09/15 11:04:03.38 [3858] 0+0: DGROOT=/var/spool/delegate-nobody^M 09/15 11:04:03.38 [3858] 0+0: <DeleGate/9.2.5-pre2> [3858] -P9021 READY^M 09/15 11:04:03.38 [3858] 0+0: PORT= 9021/9 (35,61) 09/15 11:04:03.38 [3858] 0+0: OWNER=nobody => OWNER=nobody/nobody(nobody/nobody) 09/15 11:04:03.38 [3858] 0+0: SPECIALIST: ftp 09/15 11:04:03.38 [3858] 0+0: ##DeleGate/6.X: MIMECONV=thru is set by default. MIMECONV="" will make it compatible with former versions. 09/15 11:04:03.39 [3858] 0+0: dirfopen(/var/spool/delegate-nobody/log/errors.log,a): 9387758 [10] 09/15 11:04:03.39 [3858] 0+0: dirfopen(/var/spool/delegate-nobody/log/abort/9021,a): 93878c0 [11] 09/15 11:04:03.39 [3858] 0+0: dirfopen(/var/spool/delegate-nobody/log/9021.ftp,a): 9387a58 [12] 09/15 11:04:03.39 [3858] 0+0: #### newRoute[NOTIFYPLTFM] 0/16 09/15 11:04:03.39 [3858] 0+0: [0] NOTIFYPLTFM=://:0-_-{}:{} 09/15 11:04:03.39 [3858] 0+0: #### newRoute[REMITTABLE] 0/16 09/15 11:04:03.39 [3858] 0+0: [0] REMITTABLE={}{ftp}:{*}:{*} 09/15 11:04:03.39 [3858] 0+0: REMITTABLE = ftp 09/15 11:04:03.39 [3858] 0+0: #### newRoute[RELIABLE] 0/16 09/15 11:04:03.39 [3858] 0+0: [0] RELIABLE=://:0-_-{}:{} 09/15 11:04:03.39 [3858] 0+0: #### newRoute[CMAP] 0/16 09/15 11:04:03.39 [3858] 0+0: [0] CMAP={delegate,vhost,nojava}relay{*}:{*}:{.localnet} 09/15 11:04:03.39 [3858] 0+0: #### newRoute[CMAP] 1/16 09/15 11:04:03.39 [3858] 0+0: [1] CMAP={proxy}relay{*}:{*}:{*} 09/15 11:04:03.39 [3858] 0+0: --- [z] 9391A08 libz.so 09/15 11:04:03.39 [3858] 0+0: ---- [z] loaded 8 syms, unknown=0, already=0 09/15 11:04:03.39 [3858] 0+0: #### gzip/gunzip = dynamically linked 09/15 11:04:03.39 [3858] 0+0: ADMIN=gsa@magwien..at protocol=ftp(specialist) 09/15 11:04:03.39 [3858] 0+0: #### CACHE DISABLED #### Cache directory seems not exist: /var/spool/delegate-nobody/cache 09/15 11:04:03.39 [3858] 0+0: /* sftp://proxy2.magwien.gv.at:9022/* 09/15 11:04:03.39 [3858] 0+0: MOUNT[0]X[3] /-/builtin/icons/* = default 09/15 11:04:03.39 [3858] 0+0: MOUNT[1]X[4] /-/* = forbidden,from=!.RELIABLE,default 09/15 11:04:03.39 [3858] 0+0: MOUNT[2]X[0] /-* = default 09/15 11:04:03.39 [3858] 0+0: MOUNT[3]X[1] /=* = default 09/15 11:04:03.39 [3858] 0+0: MOUNT[4]X[6] //* = default 09/15 11:04:03.39 [3858] 0+0: MOUNT[5]X[2] /* sftp://proxy2.magwien.gv.at:9022/* 09/15 11:04:03.39 [3858] 0+0: MOUNT[6]X[5] /* file:/-stab-/* !asproxy,default 09/15 11:04:03.39 [3858] 0+0: S[proxy2.magwien.gv.at:9022] = UP[]U[]P[] + HP[proxy2.magwien.gv.at:9022]H[proxy2.magwien.gv.at]P[9022] 09/15 11:04:03.39 [3858] 0+0: gethostbyname(proxy2.magwien.gv.at). 09/15 11:04:03.39 [3858] 0+0: *** gethostbyname(proxy2.magwien.gv.at): schwechat.adv.magwien.gv.at / 0.00 secs. has_alias:1 09/15 11:04:03.39 [3858] 0+0: HOSTS[4]={schwechat.adv.magwien.gv.at,proxy2.magwien.gv.at}/141.203.254.. 13 09/15 11:04:03.39 [3858] 0+0: MOUNT HOST proxy2.magwien.gv.at=141.203.254.13 09/15 11:04:03.39 [3858] 0+0: [5] MOUNT=/ sftp://proxy2.magwien.gv.at[141.203.254.13]:9022/ 09/15 11:04:03.39 [3858] 0+0: HOSTS[4]={schwechat.adv.magwien.gv.at,proxy2.magwien.gv.at}/141.203.254.. 13 marked PREDEF 09/15 11:04:03.39 [3858] 0+0: S[localhost] = UP[]U[]P[] + HP[localhost]H[localhost]P[] 09/15 11:04:03.39 [3858] 0+0: MOUNT HOST localhost=127.0.0.1 09/15 11:04:03.39 [3858] 0+0: [6] MOUNT=/ file://localhost[127.0.0.1]:-21-stab-/ !asproxy,default 09/15 11:04:03.39 [3858] 0+0: dirfopen(/var/spool/delegate-nobody/act/pid/9021,w+): 93b3cc8 [13] 09/15 11:04:03.39 [3858] 0+0: env[33] LIBPATH=.;/home/gsa/wftp/delegate9.2.5-pre2;/var/spool/delegate-nobody/l ib;/home/gsa/wftp/delegate9.2.5-pre2/./src;/var/spool/delegate-nobody/et c 09/15 11:04:03.39 [3858] 0+0: env[35] RESOLV=cache,file,dns 09/15 11:04:03.39 [3858] 0+0: arg[2] SERVER=ftp 09/15 11:04:03.39 [3858] 0+0: arg[3] MOUNT=/* sftp://proxy2.magwien.gv.at:9022/* 09/15 11:04:03.39 [3858] 0+0: TMPFILE(setLastModified) = (15) /var/spool/delegate-nobody/tmp/dg3858.3.1158311043 09/15 11:04:03.39 [3858] 0+0: >>>TMPFILE(setLastModified)>>>93b3cc8[15] 09/15 11:04:03.39 [3858] 0+0: dirfopen(/var/spool/delegate-nobody/etc/params/9021,r): 93b3e60 [16] 09/15 11:04:03.39 [3858] 0+0: DELEGATE_Modified[0]: 450a5603 000000000X 09/15 11:04:03.39 [3858] 0+0: Accept-LOCK: 0 09/15 11:04:03.39 [3858] 0+0: --INITIALIZATION DONE: 9.2.5-pre2 on Linux/2.4.21-47.ELsmp-- 09/15 11:04:03.39 [3858] 0+0: dirfopen(/var/spool/delegate-nobody/adm/svstats/_9021_,r+): 93b3cc8 [15] -- {{ ---- Initialization Finised ---- ppid=1105 04:03.-648 [3858] delegated.cc:4784 --- DO_STARTUP 04:03.-648 [3858] delegated.cc:4807 --- DO_INITIALIZE 04:03.-648 [3858] delegated.cc:5099 --- _main START 04:03.-648 [3858] filter.cc:388 --- [-1] command PATH: /home/gsa/wftp/delegate9.2.5-pre2/./src/delegated -> /home/gsa/wftp/delegate9.2.5-pre2/./src/delegated 04:03.-648 [3858] delegated.cc:5170 --- _main ConnInit() DONE 04:03.-648 [3858] delegated.cc:5177 --- _main fromIdent()=0 04:03.-648 [3858] filter.cc:388 --- [-1] command PATH: /home/gsa/wftp/delegate9.2.5-pre2/./src/delegated -> /home/gsa/wftp/delegate9.2.5-pre2/./src/delegated 04:03.-648 [3858] delegated.cc:5295 --- _main scan_HOSTS0() DONE 04:03.-648 [3858] delegated.cc:5298 --- _main scan_HOSTSLISTS() DONE 04:03.-648 [3858] inets.cc:3547 --- testing resolver[SYS] with 'WWW.DeleGate.ORG' 04:03.-648 [3858] inets.cc:3726 --- export RES_ORDER=CFD 04:03.-648 [3858] delegated.cc:5304 --- _main init_resolv() DONE 04:03.-648 [3858] dl.cc:140 --- dl_library(z)... 04:03.-648 [3858] dl.cc:180 --- [z] 9391A08 libz.so -- }} ---- Initialization Finised ---- 09/15 11:04:03.41 [3858] 0+0: dirfopen(/var/spool/delegate-nobody/act/restart/_9021_,r): 0 [-1] 09/15 11:04:03.41 [3858] 0+0: AcceptByMain: start polling(100)[13]... 09/15 11:04:03.52 [3858] 0+0: AcceptByMain: start polling(15000)[13]... 09/15 11:04:32.32 [3858] 0+0: AcceptByMain: TIMEOUT(children=0, timeout=15) 09/15 11:04:32.34 [3858] 0+0: dirfopen(/var/spool/delegate-nobody/act/restart/_9021_,r): 0 [-1] 09/15 11:04:32.34 [3858] 0+0: AcceptByMain: start polling(100)[13]... 09/15 11:04:32.45 [3858] 0+0: AcceptByMain: start polling(15000)[13]... 09/15 11:04:36.09 [3858] 0+0: ## accept([9]:9021)=18 09/15 11:04:36.09 [3913] 1+0: -- Fork(OnetimeServer): 3858 -> 3913 09/15 11:04:36.09 [3913] 1+0: -- SockHost: [10.152.101.163] lxentw1.host.magwien.gv.at:9021 09/15 11:04:36.09 [3913] 1+0: *** gethostbyaddr(10.152.101.126): etna.host.magwien.gv.at / 0.00 secs. has_alias:0 09/15 11:04:36.09 [3913] 1+0: HOSTS[5]=etna.host.magwien.gv.at/10.152.101.126 09/15 11:04:36.09 [3913] 1+0: SPECIALIST: ftp 09/15 11:04:36.09 [3913] 1+0: #### newRoute[USERIDENT] 0/16 09/15 11:04:36.09 [3913] 1+0: [0] USERIDENT=://:0-_-{}:{} 09/15 11:04:36.09 [3913] 1+0: dirfopen(/var/spool/delegate-nobody/act/clients/13/10.152.101.126:etna.h ost.magwien.gv.at,r+): 0 [-1] 09/15 11:04:36.09 [3913] 1+0: dirfopen(/var/spool/delegate-nobody/act/clients/13/10.152.101.126:etna.h ost.magwien.gv.at,w+): 93c4220 [9] 09/15 11:04:36.09 [3913] 1+0: (0) accepted [40] -@[10.152.101.126]etna.host.magwien.gv.at:51005 (0.004s)(1) 09/15 11:04:36.09 [3913] 1+0: dirfopen(/var/spool/delegate-nobody/adm/shutout/10.152.101.126,r): 0 [-1] 09/15 11:04:36.09 [3913] 1+0: dirfopen(/var/spool/delegate-nobody/adm/shutout/10.152.101.126,r): 0 [-1] 09/15 11:04:36.09 [3913] 1+0: KeepAlive[40] = 1 09/15 11:04:36.09 [3913] 1+0: execGeneralist->execSpecialist 09/15 11:04:36.09 [3913] 1+0: PATH: ftp://-:21!lxentw1.host.magwien.gv.at:9021!etna.host.magwien.gv.at:51005 !anonymous@etna.host.magwien.gv.at;1158311076 09/15 11:04:36.11 [3913] 1+0: FTP server ftp://-:21/ 09/15 11:04:36.11 [3858] 1+0: dirfopen(/var/spool/delegate-nobody/act/restart/_9021_,r): 0 [-1] 09/15 11:04:36.11 [3858] 1+0: AcceptByMain: start polling(100)[13]... 09/15 11:04:36.11 [3913] 1+0: #### newRoute[REACHABLE] 0/16 09/15 11:04:36.11 [3913] 1+0: [0] REACHABLE=://:0-_-{}:{} 09/15 11:04:36.11 [3913] 1+0: PERMITTED: ftp://- 09/15 11:04:36.11 [3913] 1+0: *** / MOUNTED TO[5] sftp://proxy2.magwien.gv.at:9022/ *** 09/15 11:04:36.11 [3913] 1+0: *** / => sftp://proxy2.magwien.gv.at:9022/ *** 09/15 11:04:36.11 [3913] 1+0: MOUNTED-TO: //proxy2.magwien.gv.at:9022/ 09/15 11:04:36.11 [3913] 1+0: -SFTPGW:CWD set FS->fs_proto=sftp 09/15 11:04:36.11 [3913] 1+0: *** gethostbyname(10.152.101.126) -> byaddr(4,2) 09/15 11:04:36.11 [3913] 1+0: [2] MOUNT ASIS: /- 09/15 11:04:36.11 [3913] 1+0: ####[builtin] /-/builtin/mssgs/file/ftp-banner.dhtml 09/15 11:04:36.11 [3913] 1+0: TMPFILE(FTPbanner) = (18) /var/spool/delegate-nobody/tmp/dg3913.4.1158311076 09/15 11:04:36.11 [3913] 1+0: >>>TMPFILE(FTPbanner)>>>93c5818[18] 09/15 11:04:36.11 [3913] 1+0: [2] MOUNT ASIS: /- 09/15 11:04:36.11 [3913] 1+0: -- putBuiltinHTML: empty ftp-banner-postfix.dhtml 09/15 11:04:36.11 [3913] 1+0: -- ident: etna.host.magwien.gv.at [10.152.101.163:9021] 09/15 11:04:36.11 [3913] 1+0: bind_insock(18,10.152.101.163,0) = 0, errno=0 09/15 11:04:36.11 [3913] 1+0: -- ident: 18 09/15 11:04:36.11 [3913] 1+0: ## connect[18] TIMEOUT(1000) 09/15 11:04:36.11 [3913] 1+0: ### IDENT CONNECT(etna.host.magwien.gv.at:113) TIMEOUT(1000ms) (110) 09/15 11:04:36.11 [3913] 1+0: TMPFILE(proxy-auth) = (18) /var/spool/delegate-nobody/tmp/dg3913.5.1158311076 09/15 11:04:36.11 [3913] 1+0: >>>TMPFILE(proxy-auth)>>>93c5818[18] 09/15 11:04:36.11 [3913] 1+0: #### no authorization required 09/15 11:04:36.11 [3913] 1+0/1: CLIENT-SAYS: AUTH GSSAPI^M 09/15 11:04:36.11 [3913] 1+0/1: #### AUTH GSSAPI 09/15 11:04:36.11 [3913] 1+0/1: Unknown request: AUTH GSSAPI^M 09/15 11:04:36.11 [3913] 1+0/2: CLIENT-SAYS: AUTH KERBEROS_V4^M 09/15 11:04:36.11 [3913] 1+0/2: #### AUTH KERBEROS_V4 09/15 11:04:36.11 [3913] 1+0/2: Unknown request: AUTH KERBEROS_V4^M 09/15 11:04:36.11 [3913] 1+0/2: ## delaying 2s on continuous error * 2/2 09/15 11:04:36.23 [3858] 1+0: AcceptByMain: start polling(15000)[13]... 09/15 11:04:41.27 [3913] 1+0/3: CLIENT-SAYS: USER wln9adv^M 09/15 11:04:43.22 [3913] 1+0/4: CLIENT-SAYS: PASS ******** 09/15 11:04:43.22 [3913] 1+0/4: SFTPGW: SW sftp://proxy2.magwien.gv.at:9022 09/15 11:04:43.22 [3913] 1+0/4: CWD //[wln9adv:****]@proxy2.magwien.gv.at:9022 09/15 11:04:43.22 [3913] 1+0/4: PERMITTED: ftp://proxy2.magwien.gv.at 09/15 11:04:43.22 [3913] 1+0/4: FTP LOGIN FROM etna.host.magwien.gv.at TO wln9adv@magwien..at 09/15 11:04:43.22 [3913] 1+0/4: -SFTPGW:change_server REAL_PROTO=sftp <-FS 09/15 11:04:43.22 [3913] 1+0/4: PATH: ftp://proxy2.magwien.gv.at:9022!lxentw1.host.magwien.gv.at:9021!etna.hos t.magwien.gv.at:51005!anonymous@etna.host.magwien.gv.at;1158311076 09/15 11:04:43.23 [3913] 1+0/4: FTP server ftp://proxy2.magwien.gv.at:9022/ 09/15 11:04:43.23 [3913] 1+0/4: FTPHOPS: 1 [9/40 - -1/-1] 09/15 11:04:43.23 [3913] 1+0/4: dirfopen(/var/spool/delegate-nobody/act/servers/cc/sftp-wln9adv-proxy2.m agwien.gv.at-9022-0,r+): 0 [-1] 09/15 11:04:43.23 [3913] 1+0/4: ---- CC connect got -1 09/15 11:04:43.23 [3913] 1+0/4: ---- SFTPCC MISS wln9adv@magwien..at:9022 09/15 11:04:43.23 [3924] 1+0/4: -- Fork(SftpGW): 3913 -> 3924 09/15 11:04:43.23 [3924] 1+0/4: --SFTPGW start 09/15 11:04:43.23 [3924] 1+0/4: --SFTPGW >> 220 SFTP/FTP gateway ready. 09/15 11:04:43.23 [3913] 1+0/4: -SFTPGW:connect_serv REAL_PROTO=sftp ->FS 09/15 11:04:43.23 [3913] 1+0/4: FTP-SERVER-SAYS: 220 SFTP/FTP gateway ready.^M 09/15 11:04:43.23 [3913] 1+0/4: willSTLS_SV: ServerFlags=10 09/15 11:04:43.23 [3913] 1+0/4: proxyLogin(wln9adv,yyyyyy,,) 09/15 11:04:43.23 [3913] 1+0/4: I-SAY: USER wln9adv^M 09/15 11:04:43.23 [3924] 1+0/4: --SFTPGW << [USER][wln9adv] 09/15 11:04:43.23 [3924] 1+0/4: --SFTPGW >> 331 Send password or passphrase for 'wln9adv' 09/15 11:04:43.23 [3913] 1+0/4: FTP-SERVER-SAYS: 331 Send password or passphrase for 'wln9adv'^M 09/15 11:04:43.23 [3913] 1+0/4: I-SAY: PASS ******** 09/15 11:04:43.23 [3924] 1+0/4: --SFTPGW << [PASS][****] 09/15 11:04:43.23 [3924] 1+0/4: --SFTP: stty -echo; sftp -oPort=9022 wln9adv@magwien..at 09/15 11:04:43.23 [3924] 1+0/4: --SFTP: pty master 9 /dev/pts/7 09/15 11:04:43.35 [3924] 1+0/4: --SFTP >>(FORK-1) Connecting to proxy2.magwien.gv.at... 09/15 11:04:43.35 [3924] 1+0/4: --SFTP >>(FORK-1) Could not create directory '/.ssh'.^M 09/15 11:04:43.81 [3924] 1+0/4: --SFTP >>(FORK-1) The authenticity of host 'proxy2.magwien.gv.at (141.203.254.13)' can't be established. 09/15 11:04:43.81 [3924] 1+0/4: --SFTP >>(FORK-1) RSA key fingerprint is 01:a5:25:30:5f:40:0c:49:5a:16:71:2f:49:14:83:cd. 09/15 11:04:43.81 [3924] 1+0/4: --SFTP >>(FORK-1/NO-NL)[Are you sure you want to continue connecting (yes/no)? ] 09/15 11:04:43.82 [3924] 1+0/4: --SFTP: answered yes for... Connecting to proxy2.magwien.gv.at...^M Could not create directory '/.ssh'.^M The authenticity of host 'proxy2.magwien.gv.at (141.203.254.13)' can't be established.^M RSA key fingerprint is 01:a5:25:30:5f:40:0c:49:5a:16:71:2f:49:14:83:cd.^M Are you sure you want to continue connecting (yes/no)? 09/15 11:04:43.82 [3924] 1+0/4: --SFTP >>(FORK-2) 09/15 11:04:43.82 [3924] 1+0/4: --SFTP >>(FORK-2) Failed to add the host to the list of known hosts (/.ssh/known_hosts).^M 09/15 11:04:43.90 [3924] 1+0/4: --SFTP >>(FORK-2/NO-NL)[wln9adv@proxy2.magwien.gv.at's password: ] 09/15 11:04:43.92 [3924] 1+0/4: --SFTP: sent the password... 09/15 11:04:43.92 [3924] 1+0/4: --SFTP >>(FORK-3) 09/15 11:04:43.94 [3924] 1+0/4: --SFTP >>(FORK-3) Permission denied, please try again.^M 09/15 11:04:43.96 [3924] 1+0/4: --SFTP >>(FORK-3/NO-NL)[wln9adv@proxy2.magwien.gv.at's password: ] 09/15 11:04:43.98 [3924] 1+0/4: --SFTP >>(FORK-4) 09/15 11:04:44.01 [3924] 1+0/4: --SFTP >>(FORK-4) Permission denied, please try again.^M 09/15 11:04:44.02 [3924] 1+0/4: --SFTP >>(FORK-4/NO-NL)[wln9adv@proxy2.magwien.gv.at's password: ] 09/15 11:04:44.04 [3924] 1+0/4: --SFTP ^M Permission denied, please try again.^M wln9adv@proxy2.magwien.gv.at's password: 09/15 11:04:44.04 [3924] 1+0/4: --SFTP login failed 09/15 11:04:44.04 [3913] 1+0/4: FTP-SERVER-SAYS: 530 No (Login failed)^M 09/15 11:04:44.04 [3913] 1+0/4: -- ident: etna.host.magwien.gv.at [10.152.101.163:9021] 09/15 11:04:44.04 [3913] 1+0/4: bind_insock(19,10.152.101.163,0) = 0, errno=0 09/15 11:04:44.04 [3913] 1+0/4: -- ident: 19 09/15 11:04:44.04 [3924] 1+0/4: --SFTPGW >> 530 No (Login failed) 09/15 11:04:44.04 [3924] 1+0/4: --SFTPGW finished, pid=0 09/15 11:04:44.04 [3913] 1+0/4: ## connect[19] TIMEOUT(1000) 09/15 11:04:44.04 [3913] 1+0/4: ### IDENT CONNECT(etna.host.magwien.gv.at:113) TIMEOUT(1000ms) (110) 09/15 11:04:44.04 [3913] 1+0/4: dirfopen(/var/spool/delegate-nobody/adm/rejects/ftp/proxy2.magwien.gv.at :9022,r+): 9385d18 [19] 09/15 11:04:44.04 [3913] 1+0/4: ## FTP_delayReject.1 PASS [wln9adv][****] 09/15 11:04:44.04 [3913] 1+0/4: ####LS cannot open /var/spool/delegate-nobody/act/delay/13/10.152.101.126:etna.host.magwien .gv.at 09/15 11:04:44.04 [3913] 1+0/4: dirfopen(/var/spool/delegate-nobody/act/errors/reject/13/10.152.101.126: etna.host.magwien.gv.at,r+): 9385d18 [19] 09/15 11:04:44.05 [3913] 1+0/4: dirfopen(/var/spool/delegate-nobody/act/clients/13/10.152.101.126:etna.h ost.magwien.gv.at,r+): 93c4e68 [19] 09/15 11:04:44.05 [3913] 1+0/4: disconnected [40] -@[10.152.101.126]etna.host.magwien.gv.at:51005 (7.961s)(0) 09/15 11:04:46.25 [3858] 1+0: DeleGate SERVER EXITS: caught SIGINT [2] 09/15 11:04:46.25 [3858] 1+0: Killpg(3858,15) 09/15 11:04:46.27 [3858] 1+0: (0) process [3913] dead 09/15 11:04:46.29 [3858] 1+0: dirfopen(/var/spool/delegate-nobody/act/pid/9021,r): 93b4028 [9] 09/15 11:04:46.29 [3858] 1+0: RUSAGE: 0.01u 0.02s 0S 0R 0r 0t 0d 0k 426e 497f 0w 0i 0o 0g 0x 0y 09/15 11:04:46.29 [3858] 1+0: FINISH.