Displaying 20 results from an estimated 7000 matches similar to: "SCP verbose output truncated"
2018 Mar 06
2
Failed connections 7.6 to 5.2
Trying to connect to a Dell iDRAC 6. The iDRAC reports it is running
OpenSSH 5.2.
From Fedora Linux 20 with OpenSSH 6.4p1, connections succeed.
From Fedora Linux 23 with OpenSSH 7.2p2, connections succeed.
From Fedora Linux 27 with OpenSSH 7.6p1, connections fail prior to
prompting for a password. The message is, "Received disconnect from (IP
address) port 22:11: Logged out." Trying
2019 Feb 08
3
Modifying 7.9p1 to use PAM
I deal with a large number of internal machines that have not been
updated for a while and which I am not at liberty to update. They run
Fedora 20 which includes openssh 6.4p1. For various reasons, I'd like to
put a more recent version on these machines but, of course, no package
is available for that.
Trying the portable version of openssh 7.9p1, I found that I can easily
make it work by
2006 May 18
3
share with no authentication
Hello,
I got this problem:
I want to mount a directory without providing a login/password [indicaf$].
I thought that "guest ok = yes" would be sufficient.
But it not works.
What option is the right one to open a share to everyone without a login box in windows ?
Thanks.
This is my smb.conf (samab v3.0.7):
tccwebcom# more smb.conf
# Samba config file created using SWAT
# from
2014 Dec 21
2
[PATCH] LocalPreCommand: Support for executing command before ssh connection (like port knock before ssh)
Hi guys,
I've made a patch adding LocalPreCommand to ssh_config. It mimics
behaviour of LocalCommand, but is executed right before the connection
is opened. This makes possible e.g. to integrate ssh with port
knocking. It also removes "-oPermitLocalCommand=no" from scp allowing
the same functionality to be used for file transfers.
Applies cleanly on vanilla OpenSSH 6.7p1.
2017 Sep 28
3
ldbsearch fails due to LDB_MODULES_PATH not set, is it critical for ADDC operation?
Hello,
ldbsearch -H .... fails with a message that samba_dsdb
is not found and LDB_MODULES_PATH needs to be set.
Fixing it temporarily with:
export LDB_MODULES_PATH=/usr/lib64/samba/ldb
allows ldbseach command to work.
Is it critical for ADDC operation though?
[root at feddc ~]# rpm -q samba libldb ldb-tools samba-dc
samba-4.7.0-12.fc27.x86_64
libldb-1.2.2-1.fc27.x86_64
2004 Oct 04
1
scp does not works under solaris
OS : solaris8 with update patches
Station : Sparc Ultra5
device /dev/random installed
openssl version : openssl-0.9.7d
openssh version : openssh-3.9p1
My configuration :
./configure --prefix=/usr --sysconfdir=/etc/ssh --with-tcp-wrappers
--with-privsep-user=sshd40 --with-ssl-dir=/usr/lib
ssh works but when I lauch scp I have the following error
sylow[root]<45>scp README
2017 Jul 10
3
using samba with bind dlz
On Mon, Jul 10, 2017 at 8:02 AM, Rowland Penny via samba <
samba at lists.samba.org> wrote:
> On Mon, 10 Jul 2017 06:43:37 -0600
> Jeff Sadowski <jeff.sadowski at gmail.com> wrote:
>
> > Bind-9.11 is installed. How do you configure it? Does it need anything
> > special in the config for samba to build the ...samba.../named.conf
> > file that I should be able
2017 Jul 10
2
using samba with bind dlz
In /usr/lib64/python2.7/site-packages/samba/provision/sambadns.py
Update: It is failing in create_samdb_copy specifically here:
# Copy root, config, schema partitions (and any other if any)
# Since samdb is open in the current process, copy them in a child
process
try:
tdb_copy(os.path.join(private_dir, "sam.ldb"),
os.path.join(dns_dir,
2018 Mar 22
16
Call for testing: OpenSSH 7.7
Hi,
OpenSSH 7.7p1 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This is a bugfix release.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH is also available via git using the
instructions at
2018 May 10
6
e1000 network interface takes a long time to set the link ready
Hi,
In kubevirt, we discovered [1] that whenever e1000 is used for vNIC,
link on the interface becomes ready several seconds after 'ifup' is
executed, which for some buggy images like cirros may slow down boot
process for up to 1 minute [2]. If we switch from e1000 to virtio, the
link is brought up and ready almost immediately.
For the record, I am using the following versions:
- L0
2009 Jun 14
7
[Bug 1610] New: LocalCommand is executed to early
https://bugzilla.mindrot.org/show_bug.cgi?id=1610
Summary: LocalCommand is executed to early
Product: Portable OpenSSH
Version: 5.1p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: fs-linux_bug
2017 Oct 10
3
tunnel device name acquisition?
Numerous how-tos all over the Internet show how one would set up
a tunnel using ssh, e.g.:
ssh -f -o Tunnel=ethernet <server_ip> true
I was wondering if there's a way to subsequently acquire the names
of the local and remote tun/tap interfaces (e.g., using the default
"-w any:any") for subsequent automatic tunnel configuration, e.g.:
ip link set $TapDev up
ip link set
2017 Jul 10
2
using samba with bind dlz
OK so I don't have a program tdbbackup. Where do I get it?
On Mon, Jul 10, 2017 at 10:38 AM, Jeff Sadowski <jeff.sadowski at gmail.com>
wrote:
>
>
> On Mon, Jul 10, 2017 at 9:45 AM, Jeff Sadowski <jeff.sadowski at gmail.com>
> wrote:
>
>> In /usr/lib64/python2.7/site-packages/samba/provision/sambadns.py
>>
>> Update: It is failing in
2024 Jul 14
5
[Bug 3710] New: Use of ProxyCommand causes ssh session to never continue prompting for input
https://bugzilla.mindrot.org/show_bug.cgi?id=3710
Bug ID: 3710
Summary: Use of ProxyCommand causes ssh session to never
continue prompting for input
Product: Portable OpenSSH
Version: 9.5p1
Hardware: Other
OS: Windows 11
Status: NEW
Severity: enhancement
Priority: P5
2011 Jan 07
1
[RFC/PATCH] ssh: config directive to modify the local environment
This provides a mechanism to attach arbitrary configure options into the
ssh_config file and use them from the LocalCommand and ProxyCommand.
Examples:
# set FOO to foo
LocalEnvMod FOO = foo
# append bar to FOO with default separator ","
LocalEnvMod FOO += bar
# unset FOO
LocalEnvMod FOO =
# append foo to BAR with separator ":", if BAR is empty
[Bug 105174] New: [regression] BUG unable to handle kernel NULL pointer dereference in kernel 4.15.3
2018 Feb 20
25
[Bug 105174] New: [regression] BUG unable to handle kernel NULL pointer dereference in kernel 4.15.3
https://bugs.freedesktop.org/show_bug.cgi?id=105174
Bug ID: 105174
Summary: [regression] BUG unable to handle kernel NULL pointer
dereference in kernel 4.15.3
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: All
Status: NEW
Severity: normal
Priority: medium
2008 Jun 12
1
[Bug 1280] LocalCommand and variables
https://bugzilla.mindrot.org/show_bug.cgi?id=1280
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Blocks| |1452
--- Comment #1 from Damien Miller
2017 Jul 10
3
using samba with bind dlz
Bind-9.11 is installed. How do you configure it? Does it need anything
special in the config for samba to build the ...samba.../named.conf file
that I should be able to include in my /etc/named.conf afterwards?
My guess is that some directory is missing. But if I start fresh and
configure samba with the internal dns it gets all the way through it's
configuration with no errors.
I've
2004 Jan 03
11
How do I get Winbind accounts in LDAP?
I've seen this posting before but I need to get a grasp on this. I am
using winbindd for users that don't have a local account on a Linux box.
I thought that placing the entries below in the smb.conf would create
users in ou=Idmap. Instead the ou=Idmap increments the uidNumber with
every user that is added,but the user ID mappings are stored in
/usr/local/var/locks/winbindd_idmap.tdb. What
2003 Aug 19
2
samba server list
Hi,
Is there a command or a tool usable to scan and establish a list of samba
servers through different subnets ?
I would like to propagate datas to them automatically without managing a
list of sambva servers.
thanks
Fabien