Displaying 2 results from an estimated 2 matches for "local_src".
Did you mean:
local_ssrc
2002 Jul 01
0
Compiling OpenSSH 3.4p1 on SunOS 4.1.4
...getting around
> the OpenSSL problem, and now I get this...
>
> gcc -o ssh-agent ssh-agent.o -L. -Lopenbsd-compat/ -L/usr/local/lib
> -L/usr/local/lib -lssh -lopenbsd-compat -lz -lcrypto
> openbsd-compat//libopenbsd-compat.a(setenv.o): In function `setenv':
> /auto/usr/local_src/openssh-3.4p1/SunOS/4.1.4/openbsd-compat/setenv.c:126:
> undefined reference to `memmove'
> collect2: ld returned 1 exit status
> make: *** [ssh-agent] Error 1
>
>
> Is this brain damage in OpenSSH or SunOS 4.1.4?
Both.
Edit setenv.c and add the macro
#define memmove(s1...
2014 Apr 17
4
[Bug 10557] New: .ssh/config settings are incompletely applied with -e or --rsh
...name 21ct-dev1-lynx01: nodename nor servname
provided, or not known
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at io.c(226) [sender=3.1.0]
ssh 21ct-dev1-lynx01
works
rsync -e "ssh -F /Users/kbroughton/.ssh/config" /local_src
10.x.y.z:/remote_dest
works
ENVIRONMENT
local Mac maverics
both [default=2.6.9] and homebrew installed 3.1.0 were tried, with no
difference.
Remote centos6.5 rsync 3.0.9
I would expect that by default or with a CLI option rsync would read the local
~/.ssh/config file and apply ALL of its setting...