search for: ssh_server

Displaying 9 results from an estimated 9 matches for "ssh_server".

Did you mean: sshd_server
2002 Aug 13
3
[Bug 384] OpenSSH should store an SSH_SERVER variable for cluster hosts
...vs-mirror.mozilla.org/webtools/bugzilla/show_bug.cgi?id=384 ------- Additional Comments From thomas+openssh at stromberg.org 2002-08-14 05:43 ------- Created an attachment (id=137) --> (http://cvs-mirror.mozilla.org/webtools/bugzilla/attachment.cgi?id=137&action=view) 2 line patch for SSH_SERVER variable with incoming IP & port This patch adds an SSH_SERVER variable as a counterpart to the existing SSH_CLIENT variable. Instead of storing the client IP & port, it stores the server IP and port. ------- You are receiving this mail because: ------- You are the assignee for the bug...
2002 Aug 13
0
[Bug 384] New: OpenSSH should store an SSH_SERVER variable for cluster hosts
http://cvs-mirror.mozilla.org/webtools/bugzilla/show_bug.cgi?id=384 Summary: OpenSSH should store an SSH_SERVER variable for cluster hosts Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P4 Component: ssh AssignedTo: openssh-unix-de...
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 :
2007 Apr 04
5
sshkey
Hello all, How are you using the sshkey type? Are you using it to list hosts and keys in a class that nodes include in order to manage /etc/ssh/ssh_known_hosts or something else? How does any of this relate to the sshrsakey and sshdsakey facts on the host? I read some stuff about this on the Virtual Resources page but it''s too vague for my simple mind and I''d be reluctant to use
2012 Oct 10
2
ssh over udp (or: -L option listening for traffic with a UDP service?)
...work because it looks like the udp sessions don't hold the ssh connection well. Which lead me to what I hope is a workable design. I'd like to setup something that looks like the following: Process 1: udp:local <=> Process 2: udp:remote (forwards to) tcp:ssh_client <=> tcp:ssh_server Where the ssh communication is all local to the server, and the commands are sent over a local UDP client to a UDP remote. The purpose of the ssh client/server connection is to avoid the network choppiness and keep the connection alive, and the purpose of the udp connection is to actually handle t...
2006 Aug 25
2
RFC: non-root ssh tun access
...ch is against openssh-4.3_p2 to allow non-root users to vpn in over ssh. root access is still needed on client side (or an sudo solution). Currently, I have it working with an sudo command to configure a tap interface on the server side. eg to ssh into my gentoo server: # ssh -fw any:any user at ssh_server.box "sudo /etc/init.d/net.tap0 restart" Then, configure the tap interface on the client side. So far, 1.) the patch applies cleanly to 4.3_p2 2.) compiles cleanly on a Linux x86 system 3.) successfully permits non-root users to login, then access the tun interface (via 'ioctl(...
2011 Jul 10
1
Problems In New "Pro Puppet" Book
...stall the "master and agent". (C) 31) Page 30, "Puppet calls the definition of the host itself a ''node''" => "Puppet uses the term ''node'' to refer to a host." (M) 32) Page 34, There''s a missing right curly bracket in the ssh_server definition. Plus, the wording of the paragraph below that definition is backwards. The ssh class comes before the ssh_server class. (C) 33) Page 36, "The included function adds ...". This is the first time you''ve used the term "function" anywhere. You should define a t...
2006 Sep 21
30
Using multiple values for source, for platform/arch/host configs
Hi, in an attempt to simplify my configuration, and from a suggestion on IRC, I was thinking of using multiple values for file { source => [] }. Was just currious if anyone had any comments on this. Basically, I setup my file-server to use: <snip> [private] path /var/lib/puppet/files/private/%H allow * [shared] path /var/lib/puppet/files/shared allow *
2011 Jan 07
18
Exactly how do people replace include with parametrised classes?
Hi list, Reading the thread "can a class require an other class?" it''s been mentioned that perhaps one way forward for the Puppet language is to phase out the include keyword in favour of parametrised classes. I''m thinking of my Puppet and the several levels of include chaining I use and I''m wondering how on earth that''d be possible. Maybe