Displaying 13 results from an estimated 13 matches for "oneiro".
Did you mean:
oneiros
2024 Jan 12
10
[Bug 3655] New: Default ObscureKeystrokeTiming makes X forwarding really slow
https://bugzilla.mindrot.org/show_bug.cgi?id=3655
Bug ID: 3655
Summary: Default ObscureKeystrokeTiming makes X forwarding
really slow
Product: Portable OpenSSH
Version: 9.6p1
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: ssh
2005 Nov 02
1
sftp/scp hangs at connection, but ssh is OK
...Suse 8.0 (Linux 2.4.18).
>
> Any idea how to fix this?
I tried this on secureshell, but got only garbage or pointers to
the FAQ. The FAQ doesn't help:
-------------
> echo +`ssh localhost /bin/true`+
++
-------------
Thanks in advance
Martin
--
http://www.tm.oneiros.de
2023 Aug 02
1
"Subsystem 'sftp' already defined" error in openssh-9 when using Include
Am Mi., 2. Aug. 2023 um 23:27 Uhr schrieb Artem Russakovskii
<archon810 at gmail.com>:
> For the last several releases (perhaps with the release of openssh 9?),
> upgrading each version of openssh started wiping the current sshd_config
> and replacing it with the default config, at least on OpenSUSE 15.4 via
> zypper/yast.
Where do you get your sshd from? The default
2006 Jan 18
1
Backup of the 5 last revisions of files
Hallo!
I am running rsync-2.6.2-1.fc2.0 on fedora 2 server. I use incremental
backup with rsync, and I have 7 folders that are rotated on a daily basis.
At the moment I run backup only one time each day.
/home-area on my server uses 18G, and all the 7 backups together fill up
19G on my usb-disk, so I think my script works okay. It looks like this:
rsync -verbose -progres -a
2006 Mar 23
1
feature request: generate symlink shadow tree
I was wondering if anyone has used rsync to generate forests of
symlinks which point
to a specified hierarchy.
for background see;
http://groups.google.com/group/comp.lang.perl.misc/browse_thread/thread/91598a037e22ce8f/d655d9b6bfe36beb?lnk=st&q=spectral+forest+symlinks&rnum=1#d655d9b6bfe36beb
It would be nice to see this feature in rsync, specifically I'd like
to use it with a
2005 Jun 12
2
restoring incremental backups
Hi,
I'm using rsync to make incremental backups, which appears to work fine.
I use a script quite similar to the first one on
http://rsync.samba.org/examples.html (incremental 7 day to remote host).
However, I can't seem to find a nice way to restore a backup other than
the current backup.
Assuming the following situation:
current - made today, contains up-to-date versions of all files
2006 Oct 12
6
backup system files (and permissions) over ssh
how do you backup system files like /etc/ over ssh to another machine
and keep permissions the same on the remote backup location ?
i tried using -a flag, but because i'm connecting through ssh i'm not using Rsync module on the remote computer and therefore i cant write files as root so -a flag is not working.
all the files are being written with owner SSH_USER and group SSH_USER_GROUP
i
2020 Jun 01
5
"ssh -Q key" does not list rsa-sha2 algorithms
On Tue, 2 Jun 2020 at 06:12, Christian Weisgerber <naddy at mips.inka.de> wrote
> On 2020-06-01, Ethan Rahn <ethan.rahn at gmail.com> wrote:
>
> > With the upcoming deprecation of ssh-rsa I was trying to see what keys my
> > version of OpenSSH ( 7.8p1 ) supports. I noticed that "ssh -Q key" does not
> > actually list the suggested algorithms to
2005 Sep 24
3
Preserving overwritten/deleted items
Hi,
doing a rather usual backup:
| rsync -av --delete /path/to/sender/ /path/to/receiver/
some items might be removed or overwritten on the receiving side.
I'd like to keep a copy of these files/links/whatever. Is there a way to
create a copy of them in another tree right before they are purged?
Christoph
2005 Mar 30
7
Is rsync right for us?
Hi,
What we want to do is synchronize our music files
between our 2 servers like every 30 minutes or so.
Been trying to find scripts to do this, but no success.
The files are created on our Mac G4 running OS X
server, and then tranferred manually to the IBM server
in the same office on the same network.
We would like to automate the process, by checking the G4
about every 30 minutes for
2005 Oct 19
5
rsync through multiple ssh hops with password authentication prompt
Hi, I have searched the whole internet and mailing list and I was unable
to find a clear answer to this. The method described in the FAQ [1] are
not useful for me.
Three machines source, middle, target. ssh into middle from source
requires password pass_middle. ssh into target from middle requires
password pass_target. One cannot reach target from source. So I can do:
source $ ssh middle
2005 Apr 03
15
OpenSSH 4.1: call for testing.
Hi All.
OpenSSH 4.1 will be released in the next couple of weeks and we invite
interested parties to test a snapshot.
The changes since 4.0 are mostly bugfixes, for a detailed list see
http://bugzilla.mindrot.org/show_bug.cgi?id=994
Running the regression tests supplied with Portable does not require
installation and is a simply:
$ ./configure && make tests
Testing on suitable
2008 Jul 07
1
ssh-vpn linux<->openbsd
Hi,
I'm trying a VPN via ssh between Linux (Suse 10.3, 5.0) and OpenBSD
(4.2, 4.7). But it doesn't work...
On Linux:
sudo ssh -v -f -w 0:1 $OPENBSD true
sudo /sbin/ifconfig tun0 10.1.1.1 10.1.1.2
sudo /sbin/route add -net 192.168.17.0 netmask 255.255.255.0 dev tun0
On OBSD:
sudo ifconfig tun1 10.1.1.2 10.1.1.1 netmask 255.255.255.0
sudo /sbin/route add 10.0.3.0/24 10.1.1.1
And add a