Displaying 20 results from an estimated 400 matches similar to: "RFC for new zfs replication tool"
2020 Apr 24
0
Looking for C8 AMD help
On 4/23/20 4:23 PM, Pete Geenhuizen wrote:
> I'm migrating from C7 to C8.? I'm currently using autofs, but alas autofs has been dropped in C8 for the AMD automounter.
Nope, it's in there! 8/BaseOS/x86_64/os/Packages/autofs-5.1.4-35.el8.x86_64.rpm
> I have some very ancient knowledge of AMD, I used it when it was first introduced many years ago on Solaris and moved to Sun's
2002 Aug 08
0
Bugzilla bug entry #342
I may have found a similar issue with plain old RSAAuthentication. After
upgrading to 3.4p1 on Solaris 8, I am no longer able to use RSAAuthentication
with
PermitRootLogin forced-commands-only
Following is output from sshd -d -d:
Connection from 10.100.100.8 port 39955
debug1: Client protocol version 2.0; client software version OpenSSH_3.4p1
debug1: match: OpenSSH_3.4p1 pat OpenSSH*
Enabling
2020 Apr 23
2
Looking for C8 AMD help
I'm migrating from C7 to C8.? I'm currently using autofs, but alas
autofs has been dropped in C8 for the AMD automounter.
I have some very ancient knowledge of AMD, I used it when it was first
introduced many years ago on Solaris and moved to Sun's automounter when
it was introduced.
So now it's back to square one.
I used automount2amd to convert one of my existing maps,
2005 Nov 04
0
[Bug 3241] New: Multiple source to dest transfers in one invocation (to same host)
https://bugzilla.samba.org/show_bug.cgi?id=3241
Summary: Multiple source to dest transfers in one invocation (to
same host)
Product: rsync
Version: 2.6.6
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2014 May 08
1
Match directive can't recognize capital letters
Hi,
There seems to be an issue when using `Match` and `Hostname`
directives including capital letters.
e.g.
# .ssh/config
#
# Match host remotehost
# User alice
# Host remotehost
# User bob
#
ssh remotehost
#=> Apply "User alice"
# .ssh/config
#
# Match host RemoteHost
# User alice
# Host RemoteHost
# User bob
#
ssh RemoteHost
# =>
2013 Dec 17
1
Puzzled by -R dropping first argument
Hi All!
I am puzzled. I am using openssh 5.3p1 on RHEL/CentOS but am seeing the same behaviour for osx and debian:
ssh -R xxx:yyy:yyy:yyy remotehost
Will effectively drop the first (xxx) argument and result in
ssh -R 127.0.0.1:yyy:yyy:yyy remotehost
ssh -R yyy:yyy:yyy remotehost
I had a look at the source code where apparently all 4 values are ready and handed down to the appropriate
2016 May 02
0
Re: Making remote access to qemu://session easier?
On 05/02/2016 11:57 AM, Lars Kellogg-Stedman wrote:
> This is frustrating:
>
> $ export LIBVIRT_DEFAULT_URI=qemu+ssh://remotehost/session
> $ virsh list
> error: failed to connect to the hypervisor
> error: no valid connection
> error: Operation not supported: Connecting to session instance without socket path is not supported by the ssh connection driver
>
>
2012 Mar 06
3
[Bug 1989] New: SCP wihout a source path
https://bugzilla.mindrot.org/show_bug.cgi?id=1989
Bug #: 1989
Summary: SCP wihout a source path
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.3p2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: unassigned-bugs
2016 May 02
3
Making remote access to qemu://session easier?
This is frustrating:
$ export LIBVIRT_DEFAULT_URI=qemu+ssh://remotehost/session
$ virsh list
error: failed to connect to the hypervisor
error: no valid connection
error: Operation not supported: Connecting to session instance without socket path is not supported by the ssh connection driver
Has there been any thought given to making this easier? It seems that
having a simple helper
2004 Nov 11
1
rsync --rsh not reading .ssh/config
I've setup up a single-use key on a remote host to run rsync in server
mode. I've also setup .ssh/config locally with an IdentityFile to
select the single-use ssh key.
This works on my Debian sid machine:
rsync --rsh="ssh remove_host" ::
But on another machine that command (and others tried below) do not
access .ssh/config. The machine is running these:
$ ssh -v
2017 Mar 14
3
Relaiable ssh tunnel via systemd
We try to run a reliable ssh tunnel vis systemd.
This is the unit configuration file:
{{{
[Unit]
Description=Tunnel For %i
After=network.target
[Service]
User=autossh
ExecStart=/usr/bin/ssh -o "ExitOnForwardFailure yes" -o "ServerAliveInterval 60" -N -R 40443:installserver:40443 -R
8080:installserver:8080
ExecStartPre=-/usr/bin/ssh tunnel@%i "for pid in $$(ps -u
2011 Sep 06
3
rsync 3.0.x breaks behaviour of --one-file-system --relative --delete
Hi,
I found that current rsync versions do something different when using
--one-file-system --relative and --delete. This has all worked as expected
with the old version (in our case those delivered with RHEL4 and 5) but it
doesn't work correct in the 3.0.x version.
I have opened a bug at RedHat because it's at least a regression for their
upgrade from EL5.6 to EL5.7 which updated to
2016 Oct 27
11
[Bug 2635] New: Unable to use SSH Agent and user level PKCS11Provider configuration directive
https://bugzilla.mindrot.org/show_bug.cgi?id=2635
Bug ID: 2635
Summary: Unable to use SSH Agent and user level PKCS11Provider
configuration directive
Product: Portable OpenSSH
Version: 7.3p1
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P5
2000 Sep 05
0
[PATCH] Added features for AIX authentication
Please find attached a patch I put together to provide some useful extras
using
OpenSSH 2.2.0p1 under AIX. I have been forced to write these to allow
OpenSSH to
conform to our local security policy and to aid our user administration
department.
Please note that in testing of this latest release we found "useLogin yes"
to be
broken again. Since login provides no extra functionality in
2016 Apr 14
2
(rfc) too many keys, usecase?
There is no /root/.ssh/authorized_keys on remote host, so I have to
authenticate with password.
On the remote host:
# /usr/sbin/sshd -T | egrep permitroot
permitrootlogin yes
Attempting:
$ ssh root@<remotehost>
shows:
Received disconnect from <remotehost> port 22:2: Too many authentication failures for root
packet_write_wait: Connection to <remotehost> port 22: Broken
2023 Jan 21
1
Different username for passdb and userdb
Hello
I am attempting to use an external IMAP server for authentication, on
Dovecot 2.3.16 (7e2e900c1a), running on Ubuntu 22.04.
The external server requires usernames of the format: user at domain
However, my local users, where the mail is actually drawn from, are of the
format: user (passwd file driven).
I was able to log in with just "user", and have it both authenticate
2012 Dec 11
0
dovcot+offlineimap+gmail: INBOX empty, mail doubled
Hello
I have used for years
offlineimap-6.2.0
dovecot-imapd 1:1.2.9
in Kubuntu 10.04
Together with a imap server of my university. Yesterday we
switched to google, which I know, is not a real imap server.
I have 2 problems and the first I think has to do with
either an old version of offlineimap or a bad configuration file:
- All folders are downloaded+ Gmail[All Mail] so
doubling
2000 Mar 09
1
Bug in openssh-1.2.2p1 scp program?
The scp program from openssh-1.2.2p1 behaves different from the scp
program from ssh-1.2.27. In ssh-1.2.27 you can copy one or more file(s) to
a remote users home directory using the command:
scp filename(s) user at remotehost
In openssh-1.2.2p1 this copies the file(s) to a file named
"user at remotehost" in the current (local) directory. To copy the files to
the wanted (remote)
2015 Mar 01
0
scp -rp behavior(SOLVED)
On Sun, Mar 01, 2015 at 10:58:30AM -0600, Valeri Galtsev wrote:
> Why "slash": /.thunderbird in case of your example? Because if you do not
> specify absolute path beginning with / the ssh daemon prepends your
> relative path with its `pwd` it runs in, and its `pwd` is "/")
I'm not sure I understand what you're saying here...
Are you saying that if I run
2008 Jun 13
0
"Disable non webmail IMAP access" in vpopmail and Dovecot
Hello,
i'm using in my installation qmail+vpopmail and now I have migrated from
courier-imap to dovecot.
Dovecot is very much faster with large mailbox than courier-imap.
But I have a problem.
vpopmail has a feature that allows you to "Disable non webmail IMAP access",
many webmail using imap as if they were, and they are, a client IMAP.
vpopmail give me the ability to