search for: sshing

Displaying 20 results from an estimated 77 matches for "sshing".

Did you mean: ssh'ing
2012 Dec 11
4
Gluster machines slowing down over time
I have 2 gluster servers in replicated mode on EC2 with ~4G RAM CPU and RAM look fine but over time the system becomes sluggish, particularly networking. I notice when sshing into the machine takes ages and running remote commands with capistrano takes longer and longer. Any kernel settings people typically use? Thanks, Tom -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachme...
2012 Apr 30
5
Transferring file to local machine when SSHing into a foreign box
One can log into a remote shell via SSH, and one can use an FTP application to log in via SFTP using the same credentials over SSH. Why then, can one not initiate a file transfer from the remote host to the local host when logged into a shell via SSH? I know that I could use scp or rsync to move the files, but the requires authenticating which is not something that I can always do from the host.
2011 May 18
1
Problem SSHing to HP ILO SSH-2.0-mpSSH_0.1.0 with 5.8p1
Hi everyone, We are recently seeing a problem with OpenSSH 5.8p1 and SSH to ILO cards running SSH-2.0-mpSSH_0.1.0. This has previously worked with OpenSSH 5.5p1 (last known version for us to work). ssh ilohost -vvv gives the following on 5.8p1: debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Applying options for *.* debug2: ssh_connect: needpriv 0
2007 Feb 05
3
Deploying to production with backgroundrb (capistrano)
...pose a command line to convert a file into flv in my recipe config/deploy.rb i have 2 lines run "#{current_path}/script/backgroundrb stop" run "#{current_path}/script/backgroundrb start" that should stop the server and restart it. after the deploy, i have started sshing in tot he box and running script/backgroundrb console and checking the loaded_worker_classes about 50% of the time, its empty. no classes loaded. if i manually run those commands, it starts and they load. identical command. different (and upredictable) results. how would i go about ensuring...
2015 Jul 13
2
Can't figure out how to restart VM after making config changes in virt-manager
...M is running. I've tried clicking "Shut Down" and selecting "Reboot" from the dropdown, but neither of those seem to do anything. I've tried to view the console window, but I've only ever seen a black screen there. I believe some people mentioned that I should try sshing to the VM. I would do that if I could find an IP address or hostname that appears to correspond to this VM. The obvious, using the VM name, didn't work. I'm not sure what to do here.
2000 Jan 04
1
A clue to solaris problem?
Got this from one of my users today ... ========== sshing did still work last week, but you had to use the blowfish encryption protocol instead of 3des that is used by default. ========== Marc G. Fournier marc.fournier at acadiau.ca Senior Systems Administrator Acadia University "These ar...
2000 Feb 09
0
[Colin Watson <cjw44@cam.ac.uk>] Bug#49902: [PATCH] Bug#49902: ssh and pam conspire to deny logins
...#39;s) users. I'd guess that the similar if/xfree a few lines above in the #if PAM section could do with the same treatment. Cheers, Phil. --[[message/rfc822]] Date: Sat, 29 Jan 2000 11:11:32 +0000 From: Colin Watson <cjw44 at cam.ac.uk> To: 49902 at bugs.debian.org [Bug was that when sshing one's password is denied, apparently by PAM.] Firstly, moving (or linking) /etc/pam.d/ssh to /etc/pam.d/sshd as suggested doesn't help me; I still get: [cjw44 at quicksilver ~]$ ssh riva cjw44 at cjw44.trin.cam.ac.uk's password: [fx: types in correct password] Connection closed by 131...
2007 Jan 24
1
Ultra-slow DB connection / Reverse DNS
Our network admin did some work with load balancing on our test system last night. This morning, I came in and tried to SSH into our fileserver, and it took forever. Ditto for SSHing within the network. Ditto for any MySQL connection, including the connections that the app servers make. I''m sure this is due to Reverse DNS lookup attempts. When I added host entries for all the machines that connect (including the public IP of the network I''m on), everythin...
2015 May 26
4
Kubernetes 0.17.1 in virt7-testing
Hi, kubernetes-0.17.1-3 is in virt7-testing repo [1]. Please test and feedback. [1] http://cbs.centos.org/repos/virt7-testing/x86_64/os/Packages/ -- Navid Shaikh IRC: nshaikh
2013 Oct 01
3
CENTOS 5 incoming SFTP
Hello, I have a CENTOS 5 box that can reach the internet and can ping to/from all windows system on my home network. The catch is that I can not connect to the box using SSH from any windows machine, though they can easily ping the linux box and vice-versa. Suggestion of a possible solution would be most appreciated. Many thanks! John -- John McKelvey 10819 Middleford Pl Ft Wayne, IN 46818
2009 May 29
1
Kerberos with delegated domain
...ny of the client DNS settings (which poing to domain.edu). File services work fine. I'm trying to work out single sign-on with OpenSSH server. I can get it working to itself just fine using either hostname, hostname.domain.local and hostname.edu where hostname is the name of the machine that is sshing to itself. When I have two machines set-up exactly the same, it doesn't work. I've sniffed the traffic and I can see that Kerberos goes through both domains looking for a principle that matches. The problem is that the reverse DNS always sends back hostname.domain.edu, but the service prin...
2004 Jul 02
1
logon problems
...it will stop again. I take authentification out of squid and then everything gets on the net fine. I thought that maybe it was a network problem. So I put 1 WS and the Samba server on a hub by themselves and it is still slow to logon. I thought that maybe it was the NIC, but I realized that SSHing into my firewall has slowed down also. So this makes me wonder exactly what is going on. If anyone has any ideas of what to look at, I would greatly appreciate any advice. -- Scott Mayo Technology Coordinator Bloomfield Schools PH: 573-568-4564 FA: 573-568-4565 Pager: 800-264-2535 X2549 Wind...
2005 Sep 09
1
ssh from dom0 to domU
Hey, I''m having a bit of difficulty sshing from Dom0 to DomU and vice versa, my setup is as follows; Xen-3.0-unstable, XenLinux kernel 2.6.12 Dom0 on Redhat EL 4 Dom1 on SuSE linux 9.1 (with the standard xenU kernel included with xen-unstable) The server it runs on doesnt have a nic installed (well it does, just without drivers) the su...
2023 Mar 01
2
Uniquely Identifying the Local TTY of an SSH Connection
...ext like they left it. Right now, I have two different approaches to this, both of which have some problems. The first thing I tried is setting up some config on the local machine in `~/.ssh/config` to make use of the RemoteCommand and LocalCommand options. I basically want to do the equivalent of sshing in and immediately running `tmux attach-session -t tty-1` (though for my tool the attach command obviously looks a bit different). The tricky bit is that I can't write down the name of the local tty in my RemoteCommand because it is dynamic, and I can't have my RemoteCommand derive it by it...
2013 Mar 28
3
[LLVMdev] [cfe-dev] llvmlab (phased buildmaster) is in production mode!
...of any build failures due to a dirty build directory (but maybe I am paranoid). If we want to do incremental builds (which note I am not averse to btw), we should at least set up some manner to clean the build directory if we get a build failure due to a dirty build directory that does not involve sshing into the machine. Perhaps if a builder fails a number of times in a row, clean it? Also, hardware contributions are always welcome = p. Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130327/7bf388b...
2004 Apr 30
1
pam_winbind succeeds but pam_unix fails !
...:32:41 HOST sshd(pam_unix)[3011]: authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=localhost.localdomain Apr 30 12:32:41 HOST pam_winbind[3011]: Verify user `DOMAIN+bob' Apr 30 12:32:42 HOST pam_winbind[3011]: user 'DOMAIN+bob' granted acces The server users are sshing to is running samba 3.0.2 of Fedora core 1. as a domain member server. wbinfo and getent commands work correctly on the samba server, and chown files as active directory users works. I know I have missed something simple, but for the life of me, I can't find what it is /etc/pam.d/sshd auth...
2019 Jan 25
1
Rsync to backup dbox with SIS
...aware of "doveadm backup", and (although it currently throws up a few errors) it seems like it might be a valid solution for our warm spare server. Our backup servers, on the other hand, aren't supposed to be visible to the production machines, with the exception of the backup machine sshing in to do an rsync each night. We can't install dovecot on them. To perform partial email recovery in maildir, we can simply log into a backup server, grep for emails of interest, and then scp them into a maildir new/ subfolder on the mail server to recover them. What about using dbox? I can i...
2021 Nov 10
7
[Bug 3362] New: [RFE] Implement a mechanism to disconnect idle users
https://bugzilla.mindrot.org/show_bug.cgi?id=3362 Bug ID: 3362 Summary: [RFE] Implement a mechanism to disconnect idle users Product: Portable OpenSSH Version: 8.8p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee:
2004 Nov 05
1
Using winbind authentication with Windows 2003 AD - SSH login failures
Hi all, I have been trying to setup authentication of users on a Linux server against Windows server 2003 using winbind. I am at the point where an su - ADUSERNAME works, but sshing as that user still doesn't work. When I try to ssh as an AD user as follows: ssh -l "RILINUX+testuser" server.domain.com I get the following output in /var/log/messages: server pam_winbind[5906]: request failed: No such user, PAM error was 10, NT error was NT_STATUS_NO_SUCH_USER ser...
2005 Sep 08
3
RE: veth0 is from netback and vifu.0 is from thebridge-utils?
> Hi. what creates veth0 and vifu.0, when? what''s the > underlying architecture behind them? Just trying to > understand the internals. netback/loopback.c creates them. It''s effectively a point to point link, allowing domain 0 to connect on to the bridge in the same manner that other domains do. (before, packets to domain 0 were short-cutted and came off the