Displaying 20 results from an estimated 10000 matches similar to: "HOWTO (advanced) ssh transparent proxy jump"
2024 Oct 20
1
HOWTO (advanced) ssh transparent proxy jump
Le 19/10/2024 ? 21:59, Jim Knoble a ?crit?:
> ?[Added openssh-unix-dev@ back to thread].
>
> On Oct 19, 2024, at 12:02, Ma?t <maat-ml at mageia.biz> wrote:
>> ?Le 19/10/2024 ? 19:32, Jim Knoble a ?crit :
>>
>>>> Why avoid it? What use cases are there for logging into host b, besides as a jump host?
>> In fact this "B" machine has several
2024 Oct 19
2
HOWTO (advanced) ssh transparent proxy jump
Hello OpenSSH team,
(New subscriber and very first message... by the way thanks for bringing
ssh to the wolrd).
I have a question, maybe not so simple.
_The question in short :
_
Context? :_
_
In a jump configuration HostA -> (HostB) -> HostC
The classical way to connect is :
usera at hosta $ *ssh -J userb at hostb userc at hostc*
And to make it "locally
2024 Oct 20
1
HOWTO (advanced) ssh transparent proxy jump
On 20/10/2024 10:57, Ma?t via openssh-unix-dev wrote:
> The IPs are given to us by a sponsor provider... I'd rather not ask
> for one more given that these are becoming rare and precious.
>
Different port number then? Move your admin access to port 2222, and use
port 22 for git?
2019 Nov 20
2
help wanted: update ssh-askpass programs for new U2F / prompt hints
My website has fallen off the web. This is a good time for someone else to take over the code for x11-ssh-askpass, as I've not done anything with it for years. I have the original code somewhere if needed, but I think Debian has mirrored it for some time.
--
jim knoble
> On Nov 18, 2019, at 01:49, Jakub Jelen <jjelen at redhat.com> wrote:
>
>> On Mon, 2019-11-18 at 16:19
2003 Nov 10
1
Mounting Shares from a Windows Server 2003 DC
I know this question has been asked several times, and I appoligize for
this being as long as it is, but I'm hoping someone may have it figured
out by now. Here is the situation: I can mount a share from my Windows
XP machine (RA), and from another Windows Server 2003 machine (MAAT).
But not from my Windows Server 2003 domain controller (BASTET). I am
running Samba 3.0.0 (standard RPM
2019 Nov 18
2
help wanted: update ssh-askpass programs for new U2F / prompt hints
Hi,
When we added U2F support, we also extended the interface used by ssh
and ssh-agent to invoke the $SSH_ASKPASS program.
Originally, the askpass prompt was used to obtain passphrases for ssh in
cases where it was not possible to read them from the terminal. Later
it was (ab)used for showing confirmation prompts for each use of any
key that was added to the agent using "ssh-add -c".
2017 May 01
2
SSH1 deleted
--
jim knoble | jmknoble at pobox.com
> On Apr 30, 2017, at 19:40, Darren Tucker <dtucker at zip.com.au> wrote:
>
>> On Mon, May 1, 2017 at 12:09 PM, Damien Miller <djm at mindrot.org> wrote:
>>
>> Hi,
>>
>> I just deleted SSHv1 support in OpenBSD and portable OpenSSH. There's
>> probably a little dead code still to be expunged, but
2020 Feb 28
2
where to report modesetting DDX bug?
Video and input drivers Subgroups and projects on gitlab does not list modesetting
DDX, presumably because it's not packaged separately from the server. Where's the
right place to report a modesetting DDX bug that manifests only on an NVidia GPU?
Directly against the server https://gitlab.freedesktop.org/xorg/xserver?
Here are some particulars:
How can I tell whether this should be
2001 Sep 17
2
ANNOUNCE: x11-ssh-askpass v1.2.4
x11-ssh-askpass version 1.2.4 (code name: Boudin) is now available from
the following locations:
http://www.poboxc.com/~jmknoble/software/x11-ssh-askpass/
http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/
x11-ssh-askpass is a passphrase dialog for use with OpenSSH
<http://www.openssh.com/> under the X Window System.
Significant changes since version 1.2.2 include:
- Minor
2001 Sep 17
2
ANNOUNCE: x11-ssh-askpass v1.2.4
x11-ssh-askpass version 1.2.4 (code name: Boudin) is now available from
the following locations:
http://www.poboxc.com/~jmknoble/software/x11-ssh-askpass/
http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/
x11-ssh-askpass is a passphrase dialog for use with OpenSSH
<http://www.openssh.com/> under the X Window System.
Significant changes since version 1.2.2 include:
- Minor
2019 Jan 24
3
sftp Vs scp
I almost never use bare 'scp' or 'sftp' anymore; I start with either 'rsync' or, if 'rsync' is not present and not installable on one end or the other, the "tar-over-bare-ssh" approach:
```
tar cf - localpath | ssh remote.host 'cd remotepath && tar xvf -'
```
I'd be in favor of one of the following:
1. 'scp' goes away, and
2023 Mar 28
1
libnbd | Failed pipeline for master | 2db30279
On 3/28/23 08:59, GitLab wrote:
> GitLab
> ? Pipeline #819889104 has failed!
>
> ?
> Project nbdkit <https://gitlab.com/nbdkit> / libnbd
> <https://gitlab.com/nbdkit/libnbd>
> Branch
> master <https://gitlab.com/nbdkit/libnbd/-/commits/master>
>
> Commit
> 2db30279
>
2023 Mar 28
1
libnbd | Failed pipeline for master | 2db30279
Pipeline #819889104 has failed!
Project: libnbd ( https://gitlab.com/nbdkit/libnbd )
Branch: master ( https://gitlab.com/nbdkit/libnbd/-/commits/master )
Commit: 2db30279 ( https://gitlab.com/nbdkit/libnbd/-/commit/2db30279bad4f9923baa541008f5da11624d2d1f )
Commit Message: socket activation: set LISTEN_FDNAMES
Add LIST...
Commit Author: Laszlo Ersek ( https://gitlab.com/lersek )
Pipeline
2009 Jan 22
8
[Bug 1550] New: Move from 3DES to AES-256 for private key encryption
https://bugzilla.mindrot.org/show_bug.cgi?id=1550
Summary: Move from 3DES to AES-256 for private key encryption
Product: Portable OpenSSH
Version: 5.1p1
Platform: All
OS/Version: All
Status: NEW
Keywords: patch
Severity: enhancement
Priority: P2
Component: ssh-keygen
AssignedTo:
2001 Feb 16
3
PATCH: make contrib/redhat/sshd.init work with older RH releases
Damien--
Attached is a patch to contrib/redhat/sshd.init which eliminates the
dependency on the success() and failure() functions from
initscripts>=4.16. This allows sshd.init to be used for both early and
recent releases of Red Hat Linux (i've confirmed it works on both 4.2
and 5.2 as well as 6.2).
The patch also removes the 'Requires: initscripts >= 4.16' line from
2011 May 30
5
[Bug 37768] New: [NVA8] UT2003: Splash-screen is transparent with gnome-shell enabled
https://bugs.freedesktop.org/show_bug.cgi?id=37768
Summary: [NVA8] UT2003: Splash-screen is transparent with
gnome-shell enabled
Product: Mesa
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
2001 Feb 18
3
PATCH: Round 2: RH initscripts backward compatibility
I've cleaned up Pekka Savola's newly revised sshd.init and additional
sshd-functions and modified them to work they way i've been arguing
they should work.
Compatibility functions are defined in ./contrib/redhat/sshd-functions,
which should get installed no matter what release of Red Hat Linux
OpenSSH is getting built for, to be consistent across releases.
Specific changes from
1999 Dec 09
2
OpenSSH-1.12pre17: PATCH: Red Hat PAM limits
With the sshd in recent releases of OpenSSH, some Red Hat Linux systems
complain about ulimit trying to raise a limit when logging in via ssh.
The problem is that packages/redhat/sshd.pam doesn't do limit checking
for an sshd session.
The attached patch adds the pam_limits module to the sshd session,
which checks for limits set in /etc/security/limits.conf.
This works on Red Hat Linux 5.2
2001 Apr 02
1
ANNOUNCE: x11-ssh-askpass v1.2.1
x11-ssh-askpass version 1.2.1 (code name: Fatoomsh) is now available
from the following locations:
http://www.jmknoble.cx/software/x11-ssh-askpass/
http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/
x11-ssh-askpass is a passphrase dialog for use with OpenSSH
(www.openssh.com) under the X Window System.
The important changes since version 1.2.1 are as follows:
- Added a
2020 Sep 25
2
Nouveau wiki migration
Hi everybody,
I think it's time to finally move our wiki from the old infrastructure
over to gitlab pages.
This comes with several benefits:
* full control through git over the ikiwiki pipeline (setup files,
plugins, system packages, ...)
* random users are able to create MRs against the wiki as long as they
are willing to create a gitlab account.
* possible to migrate over to a different