search for: sshs

Displaying 10 results from an estimated 10 matches for "sshs".

Did you mean: ssh
2001 Oct 31
2
Multiples rsyncs with multiple sshs...CPU overload
Hello Folks, I am using rsync 2.4.6 over ssh on Solaris 2.6 machines. It's been working great for months keeping three DMZ ftp servers in sync...now, though, I am trying to implement a new solution with DMZ and "inside" ftp servers. Basically, I want to sync files being ftp'ed to the DMZ server over to an "inside" machine, and since some processing (decryption) then
2012 May 07
5
[Bug 2005] New: scp should not overwrite files (without confirmation)
https://bugzilla.mindrot.org/show_bug.cgi?id=2005 Bug #: 2005 Summary: scp should not overwrite files (without confirmation) Classification: Unclassified Product: Portable OpenSSH Version: 5.9p1 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Component: scp
2002 Mar 12
0
[Bug 160] New: Race condition in clientloop.c?
...ver both close and free the last open channel (the session channel). See the "scp completes but ssh subprocess in deadlock with sshd" thread on the openssh-unix-dev post list. I will attach a tar file containing ssh -vvv and ssh -ddd output, lsof output, etc... for good scps and hanging sshs. Note that a select() wrapper was LD_PRELOADed into ssh that prints the list of file descriptors being selected for in every call to select(); source will be attached. This bug appears to be a race condition in the client. Versions of OpenSSH affected apparently include 2.9p2, 3.0.2p1 and 3.1p1....
2002 Mar 11
8
Logging of client commands, possible?
Hi folks, sorry if this has been discussed before, I did a quick search on the mailing list but found nothing pertinent. My question: is it possible to log all data that is sent from the ssh client to the sshd server? Rationale: I'd like to log all commands that users execute when being logged in via ssh. And I mean all, as the system in question is a sensitive production server, so
2014 Mar 21
2
Bug? between OpenSSH 6.4p1 and 6.5p1(also 6.6p1)
The problem I am seeing was introduced between 6.4p1 and 6.5p1 (and still exists in 6.6p1). With HostbasedAuthentication/EnableSSHKeysign turned on, I am seeing one of two sets of messages: no matching hostkey found ssh_keysign: no reply key_sign failed and not a valid request ssh_keysign: no reply key_sign failed Then in either case two password prompts: bowman at HOST.math.utah.edu's
2007 May 11
1
Using tinc on a blocked network..
...y open by Network B). Up to now i have used a PPP connection over a SSH tunnel in this way: Network B set up a SSH connection to Netowrk A PPPD and PPP are used to setup a virtual network interface between the two The objective is: being able to do SSH from Network A to Network B. Now, the PPP+SSHs etup is clumsy and very prone to errors, i would like to use tinc. I have tried, but seems like i cannot make it work! This is part of the log from Network A: Sending PING to client (81.208.74.190 port 22971): 8 Sending 2 bytes of metadata to client (81.208.74.190 port 22971) Flushing 2 bytes to...
2012 May 19
2
rsync over ssh with no cipher
>From what I can gather from googling, using rsync over ssh without a cipher is not possible since some changes to the openssh package. ?Is this true? ?I have been using a CPU friendly cipher but feel that it is best to use no cipher at all (secured network). rsync -avxu --progress -e 'ssh -c arcfour128' /path/to/source/ user at server:/path/to/destination/ Thanks in advance!
2007 Apr 19
1
Is it possible to add %u for local user to ControlPath's argument in the portable version of OpenSSH?
...would benefit from connection sharing with two centrally maintained lines of configuration and without the following problem. DESCRIPTION: ============ /etc/ssh/ssh_config settings are: > ControlMaster auto > ControlPath /tmp/%l->%r@%h:%p # because %u does not work user1 on localmachine sshs to remoteaccount on remotemachine, socket looks like: > localmachine ~ # ls -l /tmp > srw------- 1 user1 user1 0 19. Apr 14:05 localmachine->remoteaccount at remotemachine:22= if now user2 on localmachine tries the same, he gets an error message > user2 at localmachine ~ % ssh remote...
2010 Apr 16
2
rsync over ssh - possible attack vectors
Hello everybody! First my setup: I connect from Debian Lenny to Ubuntu Karmic with a command like: user1 at localserver:$ rsync -rtcve ssh user1 at remoteserver:/.../ /local/.../ (using default versions of ssh and rsync in the vendor repos, ssh with password authentication) As far as I understand if localserver got compromised an attacker could read the password and then get full access to
2006 Nov 15
11
OpenSSH Certkey (PKI)
This patch against OpenBSD -current adds a simple form of PKI to OpenSSH. We'll be using it at work. See README.certkey (the first chunk of the patch) for details. Everything below is BSD licensed, sponsored by Allamanda Networks AG. Daniel --- /dev/null Wed Nov 15 15:14:20 2006 +++ README.certkey Wed Nov 15 15:13:45 2006 @@ -0,0 +1,176 @@ +OpenSSH Certkey + +INTRODUCTION + +Certkey allows