Displaying 20 results from an estimated 3000 matches similar to: ""Virtual hosts" for ssh"
2020 Jun 03
7
Help with ssh -A, screen, ssh -a, detach, logout
Hi,
I've noticed some ssh behaviour that I wish didn't
happen. I was wondering if someone can explain how I
can stop it from happening, or explain why it's
unavoidable.
If I ssh-with-agent-forwarding from one host to a
second host, and on the second host use something like
nohup/screen/tmux/daemon, and from within that new
process session, start a long-running command via
2012 Feb 06
2
Puppet kick class option error
Hi,
I''m trying to puppet kick with class option.
Pupper Master: puppetmaster.example.com
Puppet Client1: host1.example.net
Puppet Client2: host2.example.net
But I get this error.
---
[root@puppetmaster ~]# puppet kick --class test --debug
test: host1.example.net.example.com, host2.example.net.example.com
Triggering host1.example.net.example.com,
host2.example.net.example.com
Host
2017 Aug 05
1
Tinc encryption with intermediate hosts
Hi
I have built a few networks with tinc and feel quite familiar with it.
But now I have got a scenario where I can't clearly figure out how
things work with tinc:
I have two nodes, both of them are in different private networks and
visible only to different servers, which have got an internal and an
external IP.
So my topology looks like this:
[n1]->[host1]<-->[host2]<-[n2]
2002 Feb 02
2
disabling the authentication agent?
Is there any way to disable the authentication agent globally? I'm not
quite sure I understand it's purpose. Here is some background info:
workstation: Key pair (dsa).
host1: No key pair. No authorized_keys.
host2: Has my workstation's key in authorized_keys.
I ssh to host1 from my workstation.
I ssh to host2 from host1. I am asked for a password. Good.
I ssh to host2 from my
2019 Mar 28
2
NFSv4: Using fsid=0 but *not* exporting the root filesystem
Hi,
I would like to use the NFSv4 ability to create a "root" filesystem with
fsid=0, so that I don't have to refer to the whole path of the exported
filesystem when I mount it. However I do *not* want this root
filesystem to be mountable by any host. Is that possible and how?
E.g
Filesystem:
/exports/data1
/exports/data2
/exports/data3
/etc/exports:
/exports
2015 Mar 20
1
help with tinc unstable state
I am using tinc to connect together VPCs in AWS across multiple regions and
accounts to provide secure communication. For the most part, it works
great. A few times, I have seen issues where something got into an
unstable state that didn't seem to resolve itself. Shutting down tinc on
all hosts and restarting seemed to do the trick, but I'd like to see if
there is something that I can
2005 Oct 30
2
rsync when working on both sides...
Hi rsync devs and users,
I want to use rsync to synchronize home directories on two PCs. It works
fine if I start rsync after working on a host each time I leave. But
instead of operating modes "host1 -> host2" and "host2 -> host1" I would
like to have a mode "host1 <-> host2" to allow synchronizing at any time
-> Scenario:
- on host1 files A,B have
2005 Jul 15
2
[Bug 2873] Including username and hostname in both source and dest fails
https://bugzilla.samba.org/show_bug.cgi?id=2873
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From wayned@samba.org 2005-07-15 11:58
2001 Feb 20
1
2.5.1p1 ssh-agent path problem in Solaris
I'm having a path problem with OpenSSH 2.5.1p1 in Solaris (7). When
ssh-agent is run, environment variables aren't being passed to the
spawned shell.
sol# env | wc -l
23
sol# env | grep -i ssh
SSH_CLIENT=10.0.1.146 1047 22
SSH_TTY=/dev/pts/0
sol#
sol# ssh-agent sh
sol# env | wc -l
1
sol# env
SSH_AGENT_PID=12032
sol#
If I
2002 Sep 04
4
Determining Local IP Address within .profile
Hi !
I haven't found an easy solution to determine the local IP to which the remote SSH client is connected to the local SSHD. We use MC/Serviceguard which can create many Interfaces where a remote client could connect and we like to know within .profile which interface the client has connected to.
I've looked at the sourcecode and maybe the following could do something I described :
2015 Apr 14
1
HBA enumeration and multipath configuration
# cat /etc/redhat-release
CentOS Linux release 7.1.1503 (Core)
# uname -r
3.10.0-123.20.1.el7.x86_64
Hi,
We use iSCSI over a 10G Ethernet Adapter and SRP over an Infiniband adapter to provide multipathing
to our storage:
# lspci | grep 10-Gigabit
81:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01)
81:00.1 Ethernet controller: Intel Corporation
2004 May 27
1
scp host1:file1 host2:file2 -> Permission denied??????
Hello,
I have a stupid problem with scp and I can't find where it comes from. I
am running 3 machines here with RedHat 7.3, RedHat 8 and RedHat 9. The 3
of them have openssh-3.7.1p2 (built from the SRPMS found on the openssh
web site).
I have though a problem to run a command of the type 'scp host1:file1
host2:file2' (my ssh being correctly setup):
[ted at papeete ~]$ scp
2006 Sep 01
1
host type removing aliases
When using the host type in a manifest, aliases for hosts not managed by
puppet are removed.
# cat /etc/hosts
192.168.1.1 host1.example.com host1
# cat /tmp/host.pp
host {
"host2.example.com": ip => "192.168.1.2", alias => host2, ensure => present;
}
# puppet /tmp/host.pp
dnsdomainname: Unknown host
notice: //host=host2.example.com/ensure: created
# cat
2002 Oct 18
3
Host Key Verification failed - ssh via cgi
hi, my scenario is this:
i have a cgi (on host1) that executes ssh (as userxyz) to a remote server (host2), executes a command to retrieve some data and outputs them to the local browser.
on host1:
#!/usr/bin/perl -w
...
$output = `/usr/local/bin/ssh -l userxyz -x host2 ls -l`
...
but i get "Host Key Verification failed" on my apache's error_log. i can do it on the command line,
2007 Nov 05
1
klibc sparc trouble with gcc > 4.0
tried below fix, that is a partial revert of klibc
6fbd8fafdcc793135988733996d72b0298afe934
see git://git.kernel.org/pub/scm/libs/klibc/klibc.git
with belows fix klibc compiles fine on sparc with newer gcc,
but segfaults:
titan:~# strace -vfF /usr/lib/klibc/bin/fstype
execve("/usr/lib/klibc/bin/fstype", ["/usr/lib/klibc/bin/fstype"],
["SHELL=/bin/bash",
2017 Sep 28
1
doveadm backup panic, dsync-ibc.c, dsync_ibc_send_mailbox_tree_node, assertion failed: (*name != NULL)
Hi folks,
Not sure how much extra information I'll be able to provide on this, but
I'm experiencing a consistent, reproducible dsync backup error with a
single, specific account I'm trying to migrate from UW-IMAP / Panda (mix
mailbox) to a Dovecot 2.2.32 cluster. Didn't spot any core files laying
around.
Doveadm backup output, dovecot --version and dovecot -n below:
2013 Mar 28
1
migrate qemu domains
Hi,
I tried to migrate qemu domains between same two Freescale PPC platforms.
1) Migrate test domain from Host1(10.193.20.109) to Host2(10.193.20.181).
root at ppc-host1:~# virsh migrate test qemu+tls://10.193.20.181/system
or
root at ppc-host2:~# virsh -c qemu+tls://10.193.20.109/system migrate test qemu:///system
I waited for a while and finally got error message as below:
error: Unable to
2008 Jan 20
1
route information
Would it be possible to add a debug option that displays each host
name as it connects to them?
I create tunnels that sometimes uses 3 intermediate machines before
getting to the final destinations (I'm sure others create tunnels that
are much deeper). To debug a problem, it would be helpful to see each
connection being made. ssh -v[v[v]] doesn't display the hostnames (or
2015 Mar 05
1
Cannot remount drive after lost iSCSI connection
The most recent message is:
[3108269.919256] sd 2:0:1:0: timing out command, waited 1080s
[3108269.919528] sd 2:0:1:0: [sdb] Unhandled error code
[3108269.919535] sd 2:0:1:0: [sdb] Result: hostbyte=DID_OK
driverbyte=DRIVER_OK
[3108269.919540] sd 2:0:1:0: [sdb] CDB: Read(10): 28 00 00 01 21 47 00 00
08 00
[3108269.919586] EXT4-fs error (device sdb1): ext4_find_entry: reading
directory #2 offset 0
2006 Sep 14
1
Avoiding suspension of xen VM at source after migration.
Xen Developers:
Today, we can move a VM from point A to point B. The
VM ends up at point B. After that, all resources are
reclaimed at point A. Is there a way we that
after the migration, the VM in A continues to run. We
end up with two VMs, one in A and one (its clone) in
B?
I assume that today''s Xen doesn''t have any feature to
do this (e.g., xm clone). I wonder however if