Displaying 20 results from an estimated 700 matches similar to: "sshd accepted fingerprint logging"
2008 Jun 09
1
Long call setup with non-PRI T1
We have 2 T1's coming from our phone switch to a digium TE220B. We have
managed to get CPN and the extension outpulsed from the switch, but call
setups are really slow.
Our T1's are set up as E&M Wink, and they send us the last 5 digits
dialed followed by the 10 digit calling party number (we couldn't get
the switch to be happy with *CPN*+5* to use featd).
We are using asterisk
2015 Jun 18
3
What does the socks function of openssh hide?
Salutations,
I was recently using openssh 6.8p1-3 for socks tunelling with a public wifi
hotspot. I attempted to watch youtube but was notified that it was not allowed
in my area. The socks server I was connected to definitely had the ability to
connect to youtube, so I concluded the issue was with the public wifi hotspot.
How much does socks tunneling with openssh obscure?
Command : ssh -ND
2014 Sep 08
1
possible deadcodes in sources
Hello,
we've run a coverity scan on the openssh sources and it found several
issues. Although the scan was run on patched rhel sources, some results are applicable to vanilla sources
too.
* servconf.c:1458:dead_error_line ? Execution cannot reach this statement "*intptr = *intptr + 1;"
--- a/servconf.c
+++ b/servconf.c
@@ -1451,12 +1451,8 @@
2014 Apr 25
1
public key authentication -- log invalid keys
Hi guys,
i was wondering if someone could point me in the right direction please.
if someone connects using public keys, but uses the wrong keys to
connect, openssh logs this kind of thing:
Apr 21 23:50:04 [sshd] SSH: Server;Ltype: Version;Remote:
122.169.248.92-49232;Protocol: 2.0;Client: libssh-0.2
Apr 21 23:50:05 [sshd] SSH: Server;Ltype: Kex;Remote:
122.169.248.92-49232;Enc: aes128-cbc;MAC:
2015 Dec 23
1
CentOS 7 pcp-pmda-nvidia-gpu SELinux problems
Hi all,
I installed Performance Co-Pilot 3 days ago, and installed the nVidia PMDA according to the instructions at https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Performance_Tuning_Guide/ch03s03s02.html and was able to view metrics about my video card using pmchart. I then played around a little with the lmsensors PMDA (but it doesn't look too useful to me -
2006 Feb 07
1
touch tones too fast ?
Config:
AAH 2.2
Digium TDM card connecting to 3 x Telus POTS lines
Polycom 501 phones
pretty basic setup, working mostly just fine...
When I dial a number such as:
96045551212
Telus automation will sometimes come online and tell me that the number I
have dialled cannot be completed as dialled.
If I hang up the Polycom 501 and redial the EXACT same number, it will work
the second time.
I
2005 Aug 10
4
GrandStream GSX-2000 strangeness
I have a really baffling problem.
A couple of months ago I purchased a pair of GrandStream GSX-2000 phones for
use with Asterisk.
At first all was well. But recently I've noticed terrible sound quality
problems. Basically the sound will "glitch" or stutter randomly from time to
time.
Now, what is interesting is that this happens even with the phone totally
disconnected from any
2006 Jan 23
6
Ruby at O''Reilly Rough Cuts
Not sure if this is old news or not, but it would appear that both the
Ruby Cookbook and a Rails book are now available for purchase at
O''Reilly Rough Cuts (something akin to PragProg''s beta book program):
http://rubyurl.com/nHz
http://my.safaribooksonline.com/?mode=roughcuts&srchtext=ROUGHCUTS
I haven''t tried them yet, but it definitely seems worth checking out.
2019 Oct 04
1
imapsieve administrator scripts are not executed in the order they are defined
Dear dovecot developers,
I have an issue with the Pigeonhole IMAPSieve Plugin and the order in which
administrator scripts are executed. Although I cannot find anything about the
order in which the scripts are executed, I would expect they are executed in
the order they are defined: the one defined by imapsieve_mailbox1_* before the
one defined by imapsieve_mailbox2_* in case both match.
I
2006 Jun 12
1
nmblookup receives response, but doesn't show it
Hi folks,
I find that nmblookup seems to be receiving
responses to name queries, but ignoring them. Here's what's
happening:
# nmblookup somehost
querying somehost on x.y.255.255
name_query failed to find name somehost
But watching the transaction with ethereal on the local
host, I see that:
1. nmblookup on local udp port nnnn (some random number above 1024)
sends an nbns
2010 Feb 26
3
ssh_authorized_key - same key, different accounts?
Puppet 0.24.8... I am trying to use ssh_authorized_key to create
passwordless logins for a couple of accounts. The important thing to
note is I''m trying to get the source ("root@somehost" below) as part of
the key, and the same key needs to be added to two different accounts on
the system.
It appears that the resource name is the only place I can set the
originating source
2005 Mar 31
1
X11 forwarding and session multiplexing
Hi,
A user has noticed that X11 forwarding does not appear to work when using session
multiplexing. It seems that the DISPLAY environment variable is not getting
set in the slave sessions.
Any thought? The ~/.ssh/config ib below.
Host somehost-master
ControlMaster yes
ControlPath ~/.ssh/somehost.sock
HostbasedAuthentication no
HostName somehost
Host somehost-slave
ControlPath
2000 Oct 07
1
specifying ip when forwarding?
With openssh, i can use -L x:y:z to forward a local port x to the remote host
y's port z. If the sshd server has more than one IP, is there a way to specify
which it binds to when forwarding the connection?
If not, this may be a feature you should consider adding?
--
-*% % % % % % % % % % % % % % % % *-
-* xercist *-
-* xercist at mindless.com *-
-* % % % % % %
2010 Jan 26
5
Auto exit lftp on bash script
Hello again!
I have this piece od code:
#####################
#lftp will make the backup
lftp -u user,password -e "mirror --reverse --delete --only-newer
--verbose /var/bkp /test_bkp" somehost.com >> $LOGFILE
# end log file
date >> $LOGFILE
echo "Backup Completo!" >> $LOGFILE
#####################
Everything is fine, but the bash scrip dosn't complete
2019 Apr 20
2
multiple Address variables
Hello,
according to manual
(https://tinc-vpn.org/documentation-1.1/Host-configuration-variables.html#Host-configuration-variables),
if there are multiple Address variables in host config file, each of them should
be tried until a working connection is established.
I have ConnectTo = somehost in tinc.conf and then in somehost config file
something like:
Address = one.domain.net 1234
Address =
2020 Sep 30
3
Human readable .ssh/known_hosts?
On Tue, 29 Sep 2020 at 23:16, Nico Kadel-Garcia <nkadel at gmail.com> wrote:
[...]
> I gave up on $HOME/.ssh/known_hosts a *long* time ago, because if
> servers are DHCP distributed without static IP addresses they can wind
> up overlapping IP addresses with mismatched hostkeys
You can set CheckHostIP=no in your config. As long as the names don't
change it'll do what you
2016 Jan 03
8
User id for the forwarder ports
Hi,
Question:
Can a TCP server (running on the same host as the OpenSSH server) know
the user id/name of a user forwarding an TCP port ?
I.e. if someone on some client machine does
ssh -L9999:localhost:9999 someuser at somehost
nc localhost 9999
and a service accepts the connection on port localhost:9999 on
somehost, can it somehow safely read out the user name "someuser"?
Long
2001 Jun 18
1
make scp more script-capable
Hi,
here's a proposal of a new ssh/scp-feature:
-------------------------------------------------------
please implement a timeout with non-zero error-returncode on
"Are you sure you want to continue connecting (yes/no)?"
-------------------------------------------------------
My situation:
recently I have implemented a cronjob
that is using scp. Due to organizational
2009 Jun 22
2
Make sshd log IP addresses, not hostnames
Can I adjust the ssh daemon to log IP addresses instead of hostnames?
I assume this situation is feasible...
* 10.10.10.10 attempts to ssh to the server
* reverse dns resolves to "somehost.domain.com"
* ssh daemon logs "somehost.domain.com" in messages
* foward dns on "somehost.domain.com" resolves to 10.10.10.20
Thus it causes some of my scripts a problem if the
2009 May 03
3
[Bug 1594] New: please add an option to print the pid of -f backgrounded process
https://bugzilla.mindrot.org/show_bug.cgi?id=1594
Summary: please add an option to print the pid of -f
backgrounded process
Product: Portable OpenSSH
Version: 5.2p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: