Displaying 20 results from an estimated 44 matches for "otherhost".
2009 May 04
2
Multiplex tests fail on 5.2p1
I noticed "make tests" for openssh-5.2p1 fails the multiplex.sh tests.
Turns out this is because I happen to have some non-standard configuration
options in $HOME/.ssh/config and most of the multiplex.sh tests do not use
a "-F $OBJ/ssh_config" option, which means they end up reading the users
$HOME/.ssh/config.
Is this on purpose or a bug?
2019 Sep 21
2
Dovecot proxying to some backend using LOGIN proxy_mech
...| |
| usemaster | tinyint(1) | NO | | 1 | |
| proxy_mech | varchar(20) | YES | | NULL | |
| starttls | varchar(20) | YES | | NULL | |
+-------------+--------------+------+-----+---------+-------+
mailstore-01/02 are dovecot backends
otherhost is the other mailserver I also would like to proxy through dovecot proxy
+---------+-----------------+-----------------------------------------+----------------+--------------+-----------+------------+----------+
| user | domain | password | displayname...
2008 Aug 17
5
file manager over ssh
Hello.
I need to copy several file from one PC to another over Internet, both
using CentOS.
What file manager that works over console do you recommend me?
Thanks at all
Best Regards
2007 Oct 15
2
[Bug 1375] New: sftp-client leaks handles on failure to open local file
...nt (id=1362)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1362)
do_close(handle) on local file open failure
I get "Couldn't get handle: Failure" after N failures to open local
files for writing where N = 100 on OpenBSD and N = 200 on GNU/Linux.
To reproduce:
bash-3.2$ ssh otherhost
otherhost$ mkdir test
otherhost$ cd test
otherhost$ touch {1000..1120}
otherhost$ logout
Connection to otherhost closed.
bash-3.2$ mkdir test
bash-3.2$ cd test
bash-3.2$ touch {1000..1110}
bash-3.2$ chmod 400 *
bash-3.2$ sftp otherhost
Connecting to otherhost...
sftp> cd test
sftp> get *
Fetc...
2010 Jul 22
2
Feature request: fsh-like functionality
...as even thrown out of Debian because it was claimed that OpenSSH provided anything FSH offers. In fact, however, I miss a few features in OpenSSH that could easily be added inspired by FSH and make a very valuable addition in general:
* Fast remote command execution
Current timings:
ssh otherhost echo hi -> 1.06 sec # regular connection
ssh -f -N -M # setting up master
ssh otherhost echo hi -> 0.86 sec # using master
fsh otherhost echo hi -> 2.06 sec # this sets up the master
fsh otherhost echo hi -> 0.096 sec # this uses...
2017 Sep 26
3
dsync: assert panic on mbox // no INBOX sync on hybrid mbox/maildir
...of the 2 hosts which I've named
crashhost for this report. The process crashes no matter which host
starts the sync.
With a second user, the crash happens on the other host
crashhost: Ubuntu 16.04, x86_64, laptop, Dovecot 2.2.22, and Dovecot
2.2.32 (from debian sid package, locally compiled)
otherhost: Ubuntu 16.04, x86_64, desktop, Dovecot 2.2.22, and Dovecot
2.2.32 (from debian sid package, locally compiled)
RESULTS:
1) doveadm sync -f -u david tcp:otherhost
synchronises the folders, but does not touch INBOXes.
2) doveadm sync -f -m INBOX -u david tcp:otherhost
Does not touch INBOXes
3)...
2005 Mar 01
7
[Bug 989] openssh-3.9p1 on Solaris 8 - multiplex.sh NOK
...vanborren-ext at airfrance.fr
Hi bugzilla.mindrot.org,
Thanks Darren Tucker for your advice.
Need debug on Solaris 8 - openssh-3.9p1
see below
root at qvgdisy3 # make tests
...
run test multiplex.sh ...
test connection multiplexing: envpass
test connection multiplexing: transfer
Connecting to otherhost...
sftp> Fetching /bin/ls to /opt/SSH/openssh-3.9p1/regress/ls.copy
/bin/ls
100% 18KB 18.4KB/s 00:00
sftp>
sh: scp: not found
scp: failed copy /bin/ls
cmp: cannot open /opt/SSH/openssh-3.9p1/reg...
2010 Jan 28
3
Repost: [patch] Automatically add keys to agent
On Mon, Jan 18, 2010 Joachim Schipper wrote:
> What this patch does can be described as follows:
>
> Without:
> you at local$ ssh somehost
> Enter passphrase for RSA key 'foo':
> you at somehost$ exit
> $ ssh otherhost
> Enter passphrase for RSA key 'foo':
> you at otherhost$
>
> With:
> you at local$ ssh somehost
> Enter passphrase for RSA key 'foo':
> you at somehost$ exit
> $ ssh otherhost
> you at otherhost$
>
> That is, it means you don't have to type t...
2016 Oct 24
2
IAX - Equivalent of SipAddHeader
Hi list,
is there any existing IAX command to add information to a call like
SipAddHeader? Another solution is sending text frame (0x07) frame type,
but I don know how do it in a dialplan.
Thanks for any hint.
--
Daniel
2017 Sep 27
0
dsync: assert panic on mbox // no INBOX sync on hybrid mbox/maildir
...ed
> crashhost for this report. The process crashes no matter which host
> starts the sync.
> With a second user, the crash happens on the other host
>
> crashhost: Ubuntu 16.04, x86_64, laptop, Dovecot 2.2.22, and Dovecot
> 2.2.32 (from debian sid package, locally compiled)
> otherhost: Ubuntu 16.04, x86_64, desktop, Dovecot 2.2.22, and Dovecot
> 2.2.32 (from debian sid package, locally compiled)
>
>
> RESULTS:
>
> 1) doveadm sync -f -u david tcp:otherhost
> synchronises the folders, but does not touch INBOXes.
>
> 2) doveadm sync -f -m INBOX -u david...
2010 Aug 16
4
Final(?) changes committed
Hi,
In addition to the strptime change that Darren has just committed to
fix Irix, I have committed a change to ssh(1) that affects all platforms:
> - djm at cvs.openbsd.org 2010/08/12 21:49:44
> [ssh.c]
> close any extra file descriptors inherited from parent at start and
> reopen stdin/stdout to /dev/null when forking for ControlPersist.
>
> prevents tools that
2011 Mar 05
1
Dovecot, Postfix and Dovecot LDA (LMTP) delivery
...receives the e-mail, but delivery through LMTP fails, resulting in Postfix
sending an NDR.
I just cannot figure out what's wrong and I am not sure whether it's a Postfix
or Dovecot problem either. Some log output from Postfix:
Mar 5 13:25:15 hostname postfix/smtpd[12442]: connect from
otherhost.domain.tld[aa.bb.cc.dd]
Mar 5 13:25:16 hostname postfix/smtpd[12442]: CC47979071:
client=otherhost.domain.tld[aa.bb.cc.dd]
Mar 5 13:25:16 hostname postfix/cleanup[12447]: CC47979071:
message-id=<Pine.GSO.4.64.1103051324570.5319 at otherhost.domain.tld>
Mar 5 13:25:16 hostname postfix/qmg...
2019 Jan 09
2
AD DC in a container: NTP
...is what i mean ( and Robert ). Marco's option to disable though kernel is also an option.
Maybe a bit cryptic but like this.
HOST - CONTAINER - SambaDC- samba-AD distibuting time to PC's.
|| |||
HOST_its_NTP_Service => get Internet time
||||
OTHERHOSTS NTP Client - COINTAINER - SambaMember - Point ntp to HOST_its_NTP_Service
OTHERHOST-Random-linux server. - Point ntp client to HOST_its_NTP_Service
Only thing here what i dont know, .. Rowland, can you tell this?
Does samba "need" the ntp_sigd socket to provide the time over A...
2002 May 20
2
exit code 23 - inappropriate error for copying symlinks?
...9 May 20 15:30 symbolic.link -> inky-void
lrwxrwxrwx 1 kjw group 11 May 20 15:38 symbolic.link.2 -> inky-void.2
/var/tmp/rsync.test/deeper:
total 2
lrwxrwxrwx 1 kjw group 11 May 20 15:45 symbolic.link.3 -> inky-void.3
$ rsync -vaz /var/tmp/rsync.test otherhost:/var/tmp
building file list ... done
rsync.test/
rsync.test/deeper/
stat(rsync.test/deeper/symbolic.link.3) : No such file or directory
rsync.test/deeper/symbolic.link.3 -> inky-void.3
rsync.test/hello.world
stat(rsync.test/symbolic.link) : No such file or directory
rsync.test/symbolic.link ->...
2007 Dec 08
6
[Bug 1398] New: slave ssh sessions enter a never-ending blocking state
...r slave processes closing. I've attached a patch that I think fixes
this problem.
I've also created a simple regression, but I'm not exactly sure how
well it will work in other locations. But to manually test issue:
in one window/session:
( ulimit -Sn 11 ; exec ./ssh -vMS /tmp/cntl otherhost )
in another window/session:
./ssh -vS /tmp/cntl otherhost
The process in the 2nd window blocks until the master ssh process
exits. I would think it would be better to have the slave exit as soon
as possible since it will never be able to access otherhost.
I've also seen another interest...
2019 Jan 09
0
AD DC in a container: NTP
...option to disable though
> kernel is also an option.
> Maybe a bit cryptic but like this.
>
> HOST - CONTAINER - SambaDC- samba-AD distibuting time to
> PC's. || |||
> HOST_its_NTP_Service => get Internet time
> ||||
>
> OTHERHOSTS NTP Client - COINTAINER - SambaMember - Point ntp to
> HOST_its_NTP_Service
> OTHERHOST-Random-linux server. - Point ntp client to
> HOST_its_NTP_Service
>
> Only thing here what i dont know, .. Rowland, can you tell this?
>
> Does samba "need" the ntp_sigd...
2009 Feb 28
1
Dovecot + Postfix Mail Forwarding Question
I have dovecot and postfix set up on debian lenny. Squirrelmail is
used to access the mail. I put a .forward file in my user's home
directory, and that sure gets the job done of forwarding email, but I
need a copy saved on the local machine as well. How do I do that?
2008 Feb 04
2
[Bug 1436] New: scp -p does not preserve sticky bit (01000)
...AssignedTo: bitbucket at mindrot.org
ReportedBy: openssh-bugzilla at janacek.sk
Overview:
When using scp -rp to copy a directory with sticky bit on (such as
/tmp), the sticky bit is not preserved.
Reproduction:
Create a directory dir with permissions 1777. Then use
scp -rp dir user at otherhost:
The resulting directory on the otherhost will have permissions of 0777
instead of 1777. From the security point of view this may considered a
serious problem.
Location of the problem:
in scp.c the FILEMODEMASK does not include the sticky bit (S_ISVTX).
--
Configure bugmail: https://bugzilla.min...
2011 Jan 04
1
%N 3.0.28 on centos/rhel 4.7 (wanting to split up the profile shares to multiple servers)
I am having a hard time finding documentation on the %N construct.
I have /etc/auto.master loading /etc/auto.smb and in /etc/auto.smb it reads
username -fstype-smb,username=accountant ://otherhost/username
In the log file I get:
'/home/username' does not exist or ... Error was No such file or directory
I am trying to move certain users' profiles to another server for load
distribution. I am I going about this wrong or where do I get more information
on making %N work for me....
2008 Jul 06
11
OpenSSH 5.1: call for testing
Hi,
OpenSSH 5.1 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This release is one of
the biggest in recent years, with two hackathons' worth of improvements
and fixes for some of our most recalcitrant bugs.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is