search for: openshh

Displaying 14 results from an estimated 14 matches for "openshh".

2002 Feb 11
3
OpenSHH on SCO Open Server 3
Is anyone still using OpenSSH on SCO Open Server 3? My clients no longer run Open Server 3. The entropy gathering code changes have broken the Open Server 3 build. If there is still interest I'll work on it. If not, I have no need for it. -- Tim Rice Multitalents (707) 887-1469 tim at multitalents.net
2003 Sep 16
0
Help :: Openshh tunnel or proxy support
Dear sir, own telnet server + openssh server <====> ssh client I have a own telnet server, but it doesn't support ssh. Is it possible to communicate my telnet server through open ssh server. I was not able to find any source code that gives me a starting point maybe one of you has done that already and can post some c code or a link where i can start. Requirements :: ------------
2001 Nov 13
2
unable to get connection thru firewall
Hi, I've a Solaris 8 with Openshh 3.0.1 (build with these parameters --prefix=/usr/local --without-rsh --disable-suid-ssh --sysconfdir=/usr/local/etc --with-ssl-dir=/usr/local/ssl --with-tcp-wrappers). If I come from the same subnet as the server is on, I've have no problems. But When I try via the Internet I doesn't. If I...
2015 Apr 24
2
Test coverage results available online
Dear OpenSHH developers, in case this helps with your testing efforts: At http://www.opencoverage.net/projects/openssh/index_html/sources.html you'll find an overview of the condition/decision code coverage as achieved through a run of the test suite. The state last used is from the git master branc...
2009 Jul 14
1
Snow/openmpi
I'm running R/snow on a small cluster with opensuse, openmpi, and openshh. I start up R with "mpirun -n 1 R --no-save". That works but it strikes me how easily I get kicked out of R whenever I run into syntax errors. Is there a way to avoid this, for instance, by starting up a regular R session and invoking/activating(?) openmpi within R, e.g. by passing on ext...
2001 Apr 04
2
openssh-2.5.2p2 on RedHat 6.2-1
I'm attempting to install openshh on my Linux machine. I installed openssl-0.9.6 and then openssh. Everything appears to compile and the keys are generated. When I attempt to connect I get an error indicating an incorrect password. A system log entry from sshd indicates a failed password. I get the same results both with and w...
2007 Feb 19
1
sftp logging
hello! i want to use the new options for sftp logging (openshh version 4.5, solaris 10), but sshd doesn't know the options (LogSftp, Sftpxxxxx) from the release notes 4.4: " * Add optional logging of transactions to sftp-server(8). " 4.5 is only a bug fix version. from http://sftplogging.sourceforge.net/ " NOTICE: 1/31/2007. This patch...
2002 Apr 24
2
OpenSSH and support for KTH-Krb4
...al/ssl/lib/libcrypto.a(set_key.o). My system is Solaris 7 sun4u sparc SUNW,Ultra-5_10 and my configure params was: ./configure --prefix=/usr --with-kerberos4=/usr/athena --without-pam --with-tcp-wrappers --sysconfdir=/etc No, how can I solve this? Is there any workaround known i the community of OpenSHH? Any advice is welcome offcourse. Best Regards.... //Christer J
2003 Aug 06
6
ssh_exchange_identification: Connection closed by remote host
Hello, I encountered the following problem while I typing "ssh -v <host_name>" " hkmarmmspd:/export/home/hkcheung> ssh -v hkmauat OpenSSH_3.6.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090701f debug1: Reading configuration data /usr/local/etc/ssh_config debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: Connecting to hkmauat [172.28.68.52]
2003 May 02
6
[Bug 379] difficult to find the openssh code signing key on openssh.org.
...ing to find the public key. The fact that the file has been there for years doesn't make it easier to find. As for the keyservers, I don't know where to find them, if I can talk to them through our organization-wide firewall, and how to ask them for a key. I suspect this is the case of most OpenSHH users, and is a reason why OpenSHH is probably most often installed without checking the signature. Again: It would be a great service to your user community if you made the signing key easy to find on your web site. A top-level link would be nice, but even a link from the download section wo...
2002 Feb 12
1
SSH Client Hangs after logging in to SSHD
I'm not a ssh expert and I don't know if the log is good or bad, but I too am running OpenSHH under OpenServer. I find that after I connect, the return key has no effect unless I first type: stty sane <Ctrl>j If you've hit <ENTER> before that you must first press <Ctrl>j a couple of times to clean out the buffer. After I type the above command, everything see...
2001 Oct 17
0
[tbox-l] AIX - Compilation issues with openssh
...builds openssh with vac.C 5.0.2.0, and configures with very few options: export blibpath="/opt/freeware/lib:/usr/lib:/lib" %configure --prefix=%{prefix} \ --sysconfdir=/etc/ssh \ --libexecdir=%{_libexecdir}/openssh \ --with-ipv4-default \ --with-rsh=/usr/bin/rsh If you extract the openshh.spec file from the SRPM, you can see exactly what we do (you already have it in the /opt/freeware/src/packages/SPECS directory if you installed the SRPM): rpm2cpio openssh*src.rpm | /usr/linux/bin/cpio -iv openssh.spec Marc > > Hello Developers/users @AIX, > > My Question: >...
2002 May 27
0
$HOME/.ssh/config is ignored
...default the configure script has this option enabled: --enable-suid-ssh Could it be disabled by default in the case where openSSH is not installed by root? I'm in the peculiar situation where I had to install OpenSSH as a regular user to be able to connect to outside machines. I've built OpenSHH without specifying "--disable-suid-ssh": $ /usr/ucb/whoami papadopo $ ls -l /usr/local/openssh-3.1p1/bin/ssh /usr/local/openssh-3.2.3p1/bin/ssh -rws--x--x 1 Plocal Glocal 1332064 Mar 8 14:03 /usr/local/openssh-3.1p1/bin/ssh -rws--x--x 1 Plocal Glocal 1379020 May 24 11:29 /us...
2003 Jul 30
0
Help on Customizing Openssh
...g on my host. it means that each char typed on the keyboard should be transmetted througtout the socket and "interpreted" and executed by the server side.(In order to use commands such as vi throught the network). How can I modify my source code and reuse fonctions that you implemented in openshh? For info i'm working on Unix Solaris and coding in C. I you know sites or forums where I can post a thread just tell me cause I'm really getting mad, and I don't know where to search anymore thanx