Displaying 6 results from an estimated 6 matches for "jumpbox".
2020 May 11
0
[Bug 3163] New: teach ssh-keyscan to use ssh_config (plus options like ProxyJump)
...Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh-keyscan
Assignee: unassigned-bugs at mindrot.org
Reporter: jirib79 at gmail.com
The goal was to ust ssh-keyscan for hosts behind ssh jumpbox.
My ssh_config has ProxyJump defined for each host behind jumpbox.
But it seems `ssh-keyscan' does not consult the ssh_config at all
(checked with `strace'). It reported:
---%>---
# ssh-keyscan -v foo-host
getaddrinfo foo-host: Name or service not known
---%<---
ssh_config was som...
2014 Oct 19
3
rsync question: building list taking forever
Guys,
I've setup an rsync between two directories that I've mounted locally on a
jump box. Long story short, the two directories are both NFS shares from
two different hosts. Our security dept won't allow us to SSH between the
two data centers, directly. But the jump host can contact both. So what
I've done is mount the NFS shares from one host in each data center on the
jump box
2017 Mar 01
2
Slow connects due to out-of-context DNS lookup
...the IP addresses change.
For the management subnet, I have a private DNS zone defined, and a
public zone with a record for the bastion server.
What I wanted ; to just be able to define a config entry thus :
---
Host graylog
Hostname graylog.management
ProxyCommand ssh -q -W %h:%p user at jumpbox.my.aws.zone
---
This takes a long time (> 30s)to connect because the client is doing a
DNS lookup on the Hostname, which apparently has to fail before it
attempts to connect.
Add this to your /etc/hosts ...
---
127.0.0.1 graylog.management
---
... and connection is swift. This seems li...
2006 Jan 26
0
winbind authentication fails with STATUS_BUFFER_OVERFLOW
...RCVBUF=16384
include = /etc/samba/smb.include
--
***********************************
* Alex Laslavic
* Linux Engineer
* WorldTravel BTI
* x49511
* gpg/pgp key at
* http://keys.jumpbox.net
***********************************
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.samba.org/archive/samba/attachments/20060126...
2018 Apr 09
2
OpenSSH-Client without reverse tunnel ability
Am 05.04.2018 um 14:11 schrieb Alexander Wuerstlein:
> On 2018-04-05T14:07, Nico Kadel-Garcia <nkadel at gmail.com> wrote: >> How difficult would it be to leave a scheduled security check to >>
look for "ssh[ \t].*-R.*" expressions with "pgrep", and file a >>
security abuse report if such processes are seen? It could be >> worked
around, but
2006 Mar 29
7
cfengine
Anyone ever implimented cfengine on 4.x ? I am just looking for
background and if there are any traps to fall into?
thanks