search for: remotehost

Displaying 20 results from an estimated 194 matches for "remotehost".

2020 Apr 23
2
Looking for C8 AMD help
...he remote filesystem and generates these errors? in messages. Apr 23 16:04:29 localhost.my.domain amd[19389]: matched default selectors "type:=nfs;opts:=rw,grpid,nosuid,utimeout=600" Apr 23 16:04:29 localhost.my.domain amd[19389]: key new: map selector host (=localhost) did not match remotehost Apr 23 16:04:29 localhost.my.domain amd[19389]: merge rem/opts "rw,grpid,nosuid,utimeout=600" add "fstype=nfs,vers=4,soft,intr" => "rw,grpid,nosuid,utimeout=600,fstype=nfs,vers=4,soft,intr" Apr 23 16:04:29 localhost.my.domain amd[19389]: Map entry host==remotehos...
2020 Apr 24
0
Looking for C8 AMD help
...ystem and generates these errors? in messages. > > > Apr 23 16:04:29 localhost.my.domain amd[19389]: matched default selectors "type:=nfs;opts:=rw,grpid,nosuid,utimeout=600" > Apr 23 16:04:29 localhost.my.domain amd[19389]: key new: map selector host (=localhost) did not match remotehost > Apr 23 16:04:29 localhost.my.domain amd[19389]: merge rem/opts "rw,grpid,nosuid,utimeout=600" add "fstype=nfs,vers=4,soft,intr" => "rw,grpid,nosuid,utimeout=600,fstype=nfs,vers=4,soft,intr" > Apr 23 16:04:29 localhost.my.domain amd[19389]: Map entry host==re...
2002 Aug 08
0
Bugzilla bug entry #342
...ug1: userauth-request for user root service ssh-connection method none debug1: attempt 0 failures 0 debug2: monitor_read: 6 used once, disabling now debug2: input_userauth_request: setting up authctxt for root debug1: Starting up PAM with username "root" debug1: PAM setting rhost to "remotehost.company.com" debug2: monitor_read: 37 used once, disabling now debug2: monitor_read: 3 used once, disabling now debug2: input_userauth_request: try method none Failed none for root from 10.100.100.8 port 39955 ssh2 Failed none for root from 10.100.100.8 port 39955 ssh2 debug1: userauth-request...
2016 May 02
3
Making remote access to qemu://session easier?
This is frustrating: $ export LIBVIRT_DEFAULT_URI=qemu+ssh://remotehost/session $ virsh list error: failed to connect to the hypervisor error: no valid connection error: Operation not supported: Connecting to session instance without socket path is not supported by the ssh connection driver Has there been any thought given to making this easier? It seems that...
2013 Dec 17
1
Puzzled by -R dropping first argument
Hi All! I am puzzled. I am using openssh 5.3p1 on RHEL/CentOS but am seeing the same behaviour for osx and debian: ssh -R xxx:yyy:yyy:yyy remotehost Will effectively drop the first (xxx) argument and result in ssh -R 127.0.0.1:yyy:yyy:yyy remotehost ssh -R yyy:yyy:yyy remotehost I had a look at the source code where apparently all 4 values are ready and handed down to the appropriate forwarding request. Yet in the end the first argument gets...
2017 Mar 14
3
Relaiable ssh tunnel via systemd
...nel@%i "for pid in $$(ps -u tunnel | grep sshd| cut -d' ' -f1); do kill -9 $$pid; echo kill old ssh process p Restart=always RestartSec=5s StartLimitInterval=0 [Install] WantedBy=multi-user.target }}} Unfortunately on some hosts we see this warning again and again: Mar 13 23:11:14 remotehost sshd[10938]: error: bind: Address already in use Mar 13 23:11:14 remotehost sshd[10938]: error: channel_setup_fwd_listener: cannot listen to port: 40443 Mar 13 23:11:14 remotehost sshd[10938]: error: bind: Address already in use Mar 13 23:11:14 remotehost sshd[10938]: error: channel_setup_fwd_liste...
2002 Oct 11
2
[Bug 413] New: Port forwarding: [localhost:]localport:remotehost:remoteport
http://bugzilla.mindrot.org/show_bug.cgi?id=413 Summary: Port forwarding: [localhost:]localport:remotehost:remoteport Product: Portable OpenSSH Version: older versions Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: ssh AssignedTo: openssh-unix-dev at mindrot.org Repor...
2009 Sep 03
6
rsync
...why it needs pw when I run this rsy.sh in root? but if I run it in chloe user, it doesn't need pw as I put authoized_key in remote host chloe ? 2/ why this root cronjob is not working? what wrong? I can't see this cron in message ? the rsy.sh is below ? #! /bin/sh rsync -essh -av chloe at remotehost:/var/www/html /backup/html ? Thank you __________________________________________________________________ Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your favourite sites. Download it now http://ca.toolbar.yahoo.com. -------------- next part -------------- An HTML a...
2005 Nov 04
0
[Bug 3241] New: Multiple source to dest transfers in one invocation (to same host)
...OS/Version: Linux Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: avised@kbcfp.com QAContact: rsync-qa@samba.org At the moment I might run two rsync commands: % rsync file1 remotehost:/a/ % rsync file2 file3 remotehost:/b/ This means making two connections to remotehost. If I wanted to copy all the files to the same directory on remotehost then of course I'd write a single rsync command, and this would be faster. But if they are going to different directories then I must...
2016 Apr 14
2
(rfc) too many keys, usecase?
There is no /root/.ssh/authorized_keys on remote host, so I have to authenticate with password. On the remote host: # /usr/sbin/sshd -T | egrep permitroot permitrootlogin yes Attempting: $ ssh root@<remotehost> shows: Received disconnect from <remotehost> port 22:2: Too many authentication failures for root packet_write_wait: Connection to <remotehost> port 22: Broken pipe mux_client_request_session: read from master failed: Broken pipe Failed to connect to new control master Yes, I...
2010 Jan 18
2
Another cygwin/rsync question
...l C does nothing and I end up having to kill the rsync process. I've tried rsync -avvvvz --progress --delete --chmod=ugo=rwX -e "ssh -i /home/administrator/rsync-key" """"/cygdrive/c/Users Shared Folders"""" """"user at remotehost/home/user/backup/"""" rsync -avvvvz --progress --delete --chmod=ugo=rwX -e "ssh -i /home/administrator/rsync-key" """"/cygdrive/c/Users\ Shared\ Folders"""" """"user at remotehost:/home/user/backup/"...
2012 Mar 06
3
[Bug 1989] New: SCP wihout a source path
...OS/Version: All Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo: unassigned-bugs at mindrot.org ReportedBy: cent9ur at gmail.com Hi, I regularly use scp to copy files between hosts like this: "scp -prv user at remotehost:/path/to/copy ." However, today, I made a mistake and typed this instead: "scp -prv user at remotehost: /path/to/copy ." This started copying user at remotehosts $HOME to . on the local host I was on. So I have now tried "scp -prv user at remotehost: ." which also copies...
2016 Mar 31
4
rsync with overlay tree
...common/ <- common files /path/to/sync/group1/ <- group1 specific only /path/to/sync/group2/ <- group2 specific only /path/to/sync/group3/ <- group3 specific only Then I'd run an rsync like: rsync -av --overlay /path/to/sync/groupN \ /path/to/sync/common remotehost: Thinking in terms of a list of files to be transferred, I would like: - Anything present in common/ added to the file list; then - Anything present in groupN/ added to the list, clobbering if applicable (regardless of mtime) - The destination directory to show no sign of the common / overlay stru...
2011 Sep 06
3
rsync 3.0.x breaks behaviour of --one-file-system --relative --delete
...in our case those delivered with RHEL4 and 5) but it doesn't work correct in the 3.0.x version. I have opened a bug at RedHat because it's at least a regression for their upgrade from EL5.6 to EL5.7 which updated to rsync 3.0.6. Here the details from my BZ entry: Steps to Reproduce: 1. on remotehost: mount /var and /var/opt on separate filesystems 2. on remotehost: cp -a /etc /var/opt/XXX 3. on target host: rsync -aHv --delete --numeric-ids --relative --delete-excluded remotehost:/var /home/snapshots/TEST 4. on target host, repeat but with -x: rsync -aHvx --delete --numeric-ids --relative --de...
2000 Oct 25
3
having some trouble using another user's RSA/DSA keys
...cal/openssh --enable-gnome-askpass --with-tcp-wrappers --with-ipv4-default --with-ipaddr-display My goal here is to, as root, forward a local privileged port over an ssh tunnel to another host using a normal user's login, i.e.: root:# ssh -2 -l jamesb -i ~jamesb/.ssh/id_dsa -L 26:localhost:25 remotehost So far, I am finding it impossible or impractical to do this. Am I doing something wrong? Here's a description of my experiences: 1) First I tried it as shown above, specifying the unprivileged user's key on the command line with the -i switch. But for some reason I was still prompted...
2010 Aug 22
3
rexec error - where are you
Hi all, I've a particular host on my network that when I run; rexec -l username -p password remotehost command it just hangs. When I do; rexec -a -l username -p password remotehost command i get; Where are you? If I do; rexec -l username -p password localhostname (not just localhost but its actual name) command it works. Any ideas would be very appreciated. - aurf
2014 May 08
1
Match directive can't recognize capital letters
Hi, There seems to be an issue when using `Match` and `Hostname` directives including capital letters. e.g. # .ssh/config # # Match host remotehost # User alice # Host remotehost # User bob # ssh remotehost #=> Apply "User alice" # .ssh/config # # Match host RemoteHost # User alice # Host RemoteHost # User bob # ssh RemoteHost # => Apply "User bob" I'm using "OpenSSH_6...
2012 Feb 12
2
Key auth question
...root 631 Feb 11 12:30 known_hosts On remote machine (as git): $ cd $ ls -ld .ssh drwxr-xr-x 2 git git 4096 Feb 12 11:15 .ssh $ ls -l .ssh total 8 -rw------- 1 git git 1768 Feb 12 10:52 authorized_keys -rw-r--r-- 1 git git 631 Feb 12 11:05 known_hosts When, on local machine, I do: $ ssh root at remotehost I get in without a password. But when I do $ ssh git at remotehost I will be asked for a password. What should I check? - Jussi -- Jussi Hirvi * Green Spot Suvilahdenkatu 1 B 78 * 00500 Helsinki * Finland Tel. +358 9 493 981 * Mobile +358 40 771 2098 (only sms) jussi.hirvi at greenspot.fi * ht...
2004 Nov 11
1
rsync --rsh not reading .ssh/config
...s -ltu $HOME/.ssh/config /home/moseley/.ssh/mysqldump -rw------- 1 moseley users 668 Nov 11 06:45 /home/moseley/.ssh/mysqldump -rw-r--r-- 1 moseley users 268 Nov 11 06:45 /home/moseley/.ssh/config $ rsync -a --rsh="ssh -F $HOME/.ssh/config -i $HOME/.ssh/mysqldump" remotehost:: unknown host: remotehost $ ls -ltu $HOME/.ssh/config /home/moseley/.ssh/mysqldump -rw------- 1 moseley users 668 Nov 11 06:45 /home/moseley/.ssh/mysqldump -rw-r--r-- 1 moseley users 268 Nov 11 06:45 /home/moseley/.ssh/config But if I use ssh directly, you can see .ssh/c...
2016 May 02
0
Re: Making remote access to qemu://session easier?
On 05/02/2016 11:57 AM, Lars Kellogg-Stedman wrote: > This is frustrating: > > $ export LIBVIRT_DEFAULT_URI=qemu+ssh://remotehost/session > $ virsh list > error: failed to connect to the hypervisor > error: no valid connection > error: Operation not supported: Connecting to session instance without socket path is not supported by the ssh connection driver > > Has there been any thought given to maki...