search for: sshport

Displaying 4 results from an estimated 4 matches for "sshport".

Did you mean: ssh_port
2023 Feb 16
0
[Bug 3541] New: remote-to-remote case doesn't look at sshport
https://bugzilla.mindrot.org/show_bug.cgi?id=3541 Bug ID: 3541 Summary: remote-to-remote case doesn't look at sshport Product: Portable OpenSSH Version: 9.1p1 Hardware: Other OS: Linux Status: NEW Severity: minor Priority: P5 Component: scp Assignee: unassigned-bugs at mindrot.org Reporter: tractorboy at gm...
2024 Aug 30
1
geo-rep will not initialize
...and is not replicated into /gluster/n. > Also, check with the following command (found it in > https://access.redhat.com/solutions/2616791 ) > <https://access.redhat.com/solutions/2616791>: > |sh -x /usr/libexec/glusterfs/gverify.sh masterVol slaveUser slaveHost > slaveVol sshPort logFileName| That must be the wrong URL, "libexec" doesn't appear there. However, running it with locally-appropriate args: /usr/libexec/glusterfs/gverify.sh j geoacct pms n 6427 /tmp/verify.log ...generates a great deal of regular logging output, logs nothing in /tmp/verify.log, bu...
2006 Nov 02
1
Using perl-Net-SSH-Perl with pubkey authentication under CGI.
...test.pl #!/usr/bin/perl print "Content-type: text/html\n\n"; print "<HEAD><TITLE>Quick Test</TITLE></HEAD>"; $ENV{HOME} = "/var/www"; $ENV{USER} = "apache"; use Net::SSH::Perl; $sshhost='target'; $sshuser='cgissh'; $sshport='22'; $sshprotocol='2'; $sshdebug='1'; $sshcipher='3des-cbc'; $sshconn = Net::SSH::Perl->new($sshhost, protocol=>$sshprotocol, port=>$sshport, debug=>$sshdebug, cipher=>$sshcipher); $sshconn->login($sshuser); my($out,$err) = $sshconn->cmd('ho...
2024 Sep 01
1
geo-rep will not initialize
...use there was nothing to do. But yes, there are a few files created after the geo-rep session was created. And status remains just "Created." > Can you share the output of your version of? 'sh -x > /usr/libexec/glusterfs/gverify.sh masterVol slaveUser slaveHost > slaveVol sshPort logFileName' check ? sh -x /usr/libexec/glusterfs/gverify.sh j geoacct pms n 7887 /tmp/logger + BUFFER_SIZE=104857600 + SSH_PORT=7887 ++ gluster --print-logdir + primary_log_file=/var/log/glusterfs/geo-replication/gverify-primarymnt.log ++ gluster --print-logdir + secondary_log_file=/var/log/...