Displaying 9 results from an estimated 9 matches for "sshserver".
2004 Nov 09
1
Solaris + PAM/LDAP + pubkey failing?
...he fallback to
keyboard interactive always fail. I've tried openssh versions as early as 3.4
and as new as the 11-06 snapshot with the same behavior. Everything works fine
on a linux machine which is configured to use PAM/LDAP and has openssh 3.9p1
installed. Logs follow.
Nov 9 10:00:07 sshserver sshd[27976]: [ID 800047 auth.debug] debug1: userauth-request for user testuser service ssh-connection method publickey
Nov 9 10:00:07 sshserver sshd[27976]: [ID 800047 auth.debug] debug1: attempt 1 failures 1
Nov 9 10:00:07 sshserver sshd[27976]: [ID 800047 auth.debug] debug2: input_userauth_requ...
2016 Jun 02
1
Problem with Firefox and SSH/browser
...me /usr/lib64/firefox/firefox
>
> Thanks,
> --
> Charles Polisher
>
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> https://lists.centos.org/mailman/listinfo/centos
>
Hi Charles,
I've tried:
ssh -vvv -Y -X user at sshserver
Thanks in adavance
--
--
Sergio Belkin
LPIC-2 Certified - http://www.lpi.org
2000 Sep 25
1
How do I get the username in channel_input_port_open
...tunnel from the
channel_input_port_open function in channels.c??
I've tried numerous things, and all I can get is the IP address that is
sending the data and where it is going to be sent to. All I want is the
username or the UID
Here is the chain of events that are happening:
User logs on to SSHServer and authenticates
Sets up local listening port on 2323 to forward to RemoteClient:23
User telnets to localhost:2323 and the ssh client forwards this data to
SSHServer
At this point the channel_input_port_open function gets called in the ssh
server loop. In this procedure it knows that data is comi...
2005 Jul 11
2
Feature suggestion: sftp over ssh client in a single connection
It has always bugged me that if I want to use a shell and perform some
file transfers in a single host I have to take two SSH connections:
one for the shell via ssh(1) and one for the file transfer via
sftp(1). Some graphical SSH clients can perform sftp operations and
ssh shell access in a single connection by using SSH2 protocol's
support for multiple channels.
So I hacked my openssh client
2002 Jun 24
3
Tunnel SMB thru SSH?
It is possible to tunnel various protocols - NNTP, FTP, HTTP etc thru SSH.
Is it possible to do the same using SMB?
TIA,
Alex.
--------------------
Mr Alex Meaden
Computer Science Undergraduate
University of Kent at Canterbury
aejm1@meaden.dyndns.org
http://meaden.dyndns.org/
2001 Apr 10
2
LBX Support : Where to start
I would like to put a patch in OpenSSH start lbxproxy on the server if
both ends of the connection support LBX. I'm having difficulty figuring
out where to put this code, specifically I can't seem to find where the
X11 handshaking happens. Could someone help me out on this??
-Carl
2016 Jun 01
2
Problem with Firefox and SSH/browser
Hi folks,
I have a problem, shame on me I feel as newbie, I cannot open Firefox
though ssh.
ssh server is 7.2 and ssh client (running Xorg) is Fedora 23. Firefox does
not open. I've tried a lot of methods, even adding xauth cookie, and for
example:
firefox --no-remote --no-xshm
debug3: receive packet: type 90
debug1: client_input_channel_open: ctype x11 rchan 2 win 65536 max 16384
debug1:
2015 Mar 25
3
FYI: SSH1 now disabled at compile-time by default
On Tue, Mar 24, 2015 at 10:37 PM, Dan Kaminsky <dan at doxpara.com> wrote:
> On Tuesday, March 24, 2015, Damien Miller <djm at mindrot.org> wrote:
>
>> On Tue, 24 Mar 2015, Dan Kaminsky wrote:
>>
>> > Hmm. Feels a little aggressive for ssh client. Support heartily for
>> sshd.
>>
>> People who need it can build their own, or OS vendors
2015 Mar 25
2
FYI: SSH1 now disabled at compile-time by default
...3284 SSH-1.5-1.2.33
2965 SSH-1.5-VRP-3.3
1836 SSH-1.5-VRP-3.4
1125 SSH-1.5-Server
1034 SSH-1.5-X
1022 SSH-1.5-1.2.22j4rad
753 SSH-1.5-1.2.26
538 SSH-1.5-OpenSSH_4.4
422 SSH-1.5-SSH
379 SSH-1.5-HUAWEI-VRP5.0
304 SSH-1.5-OpenSSH_2.3.0_Mikrotik_v2.9
270 SSH-1.5-SSHServer
269 SSH-1.5-1.2.27
223 SSH-1.5-OpenSSH_3.7.1p2
175 SSH-1.5-Huawei
136 SSH-1.5-LtSSH_3.6
Of course, this is out of a total of 15,124,618 SSH servers, granting a
compat rate greater than 99.99%. However, distinctly and painfully unlike
SSL/TLS, SSH is successfully deployed and used...