similar to: ultrasecure sshd server

Displaying 20 results from an estimated 100 matches similar to: "ultrasecure sshd server"

2012 Sep 13
10
access key error
I am getting following error while run my rails app in my server ActionView::Template::Error (You did not provide both required access keys. Please provide the access_key_id and the secret_access_key.): -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2015 Nov 26
2
How disable forwarding-only connections (i.e. non-shell/command non-sftp connections)? (Maybe this is a feature request!)
On 2015-11-26 13:33, Darren Tucker wrote: > On Thu, Nov 26, 2015 at 4:11 PM, Tinker <tinkr at openmailbox.org> wrote: >> The goal is to get a script invoked *at login time*, > > This part I follow, but having a script run is just a means to an end > not the end itself. What is the script going to do? > >> so that the authentication only is known to the client
2015 Nov 26
2
How disable forwarding-only connections (i.e. non-shell/command non-sftp connections)? (Maybe this is a feature request!)
On 2015-11-26 14:16, Darren Tucker wrote: > On Thu, Nov 26, 2015 at 4:49 PM, Tinker <tinkr at openmailbox.org> wrote: >> On 2015-11-26 13:33, Darren Tucker wrote: > [...] >>> What is the script going to do? > > You didn't answer this. Register the login to the group's login database. >> How would you do it using bsdauth? >> >> (PAM
2015 Nov 26
2
How disable forwarding-only connections (i.e. non-shell/command non-sftp connections)? (Maybe this is a feature request!)
On 2015-11-26 13:03, Darren Tucker wrote: > On Thu, Nov 26, 2015 at 3:41 PM, Tinker <tinkr at openmailbox.org> wrote: >> What I am looking for is an SSHD configuration where every >> successfully >> authenticated connection also guaranteedly will lead to a >> ForcedCommand >> invocation. > [...] >> Is this possible? > > I don't think
2007 Apr 02
1
Stronger security with BSD Firewall and Freeradius
I've seen that is possible to use switch port blocking with freeradius and cisco switches via 802.1X and EAP protocol. Here is more info: http://wiki.freeradius.org/FreeRADIUS_Active_Directory_Integration_HOWTO What if I don't have switch that supports 802.1X or I want that blocking is done by FreeBSD, not the switch. Because FreeBSD is the firewall or gateway to some networks. Is there
2016 Oct 18
1
How to prevent logging into Windows Server with null password or null user and password
I've searched the web and can't find out how to disable Guest/Anonymous logins for samba. I've tried: Local Group Policy Editor...Security Options: Accounts: Guest account status: Disabled, but user's with null passwords or null user and password, can still log in. We'd like to only allow users with valid names and passwords to log in. Thanks, Mike
2009 Aug 03
5
webcam image capturing
Hi Could anybody please advice me to work with wecamera in Rails. What i want to do is to capture webcam images from a machine and send that data to a remote server there it needs to be processed. I have no idea of where to start.Please help Thanks in advance Sijo -- Posted via http://www.ruby-forum.com/.
2013 Jul 05
2
Trouble with -W
I want to ssh from a client to a machine on a closed network via a jumphost; let's call them {client,internal,jumphost}.example.com. I have authpf set up on the jumphost so that when logged in, I am allowed to open TCP connections from the jumphost to port 22 on internal nodes. This works well with port forwarding: des at client ~% ssh -L2222:internal.example.com:22 jumphost.example.com
2009 Oct 27
2
fsockopen-method in ROR
Hi, PHP has ''fsockopen''-function to create a socket connection. With what function I can create this connection in ROR? Thanks im Advance -- Posted via http://www.ruby-forum.com/.
2020 Jun 12
2
Issue with __attribute__((constructor)) and -Os -fno-common
On 6/11/20 11:25 PM, James Y Knight wrote: > The global constructor was removed by setting the initial value of "val" to > 1 instead of 0. So, the behavior of this program is preserved. Doesn't look > like erroneous behavior. OK, my example is too simplified indeed. Please consider the following instead: int val; static void __attribute__((constructor)) init_fn(void) {
2012 Jun 01
2
ssh & control groups
Hi List, I am looking for an option for sshd to start user's shell (when logging in interactively to a remote host) in a control group via cgexec - so for example: /bin/cgexec -g <username> /bin/bash This would be extremely handy on linux Terminal servers to control users access to the system resources (protect system from a malicious user hogging the machine by running cpu/memory
2008 Jul 06
6
Where to get libcapi20 ?
Hallo wine-users, I'm new to wine and to this list. During configuration I got the message that libcapi20 could not be found. I did not worry about that, thinking it was an ISDN thing and I don't use ISDN. But now I have to run a Windows application which insists on using libcapi20 :( I have been searching with Google, but not been able to find any sources for it. Could somebody please
2008 May 01
5
Constantly Running a Script
Hello, I have a synchronization program built on InstantRails v1.6. I need to have an option that makes my program run daily at a certain time. Thus, I need a script or something that is constantly running and checking the time, then when the time is right, do the sync. Is there a way to do this with InstantRails? Any help is appreciated! Thanks, - Jeff Miller -- Posted via
2008 Feb 13
1
not able to create guest
Hi I have installed xen, kernel-xen , virt-manager and rebooted on xen kernel.When I do an ifconfig I get details of eth0,eth1,eth2 ,lo and virbr0. when i tried to create a guest using virt-manager ,I get "Error: Device 0 (vif) could not be connected. Hotplug scripts not working." i get same error when try to create guest using xm create. Please help me how to proceed. Thanks,
2009 Nov 25
2
XML package example code?
I'm interested in parsing an html page. I should use XML, right? Could you somebody show me some example code? Is there a tutorial for this package?
2009 Feb 14
5
wine on RAM?
Hi, Is there a way to run wine in RAM only using tmpfs? kinda like a portable application running from a flash disk? I have a slow harddisk, and to alleviate the issue, I run Firefox Portable thru wine from RAM. However, I think wine running locally is causing slow downs when a few tabs are open etc. Thanks
2008 Jan 10
3
Two Asterisk Boxes Playing Together
Okay, here's the dal. Me and my friend both have asterisk boxes. I want to be able to type extension 27 on my end and get his extension 27, and he wants to be able to type 277 on his end and get my extension 9999. We both have FQDN's, and would like to see about doing this either over sip or IAX... Any help much papreciated, Shane -- -Shane Blog: http://blind-geek.com/blog/ CoOwner:
2008 Jan 29
8
Sending file from mobile phone to Rails app
Hi guys, So I''m trying to add the ability to send files (pictures) from mobile phones to my Rails app using an SMS number, NOT an email address. Can anyone share how this is done? Thanks, Adeel -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2009 Sep 23
3
retrieve certain part from html
Dear All, Can someone please guide me how to get the certain part from a long html language? e.g. "<td><a href='2005-01.html'>2005-01</a></td><td><a href='2006-01.html'>2006-01</a></td><td><a href='2007-01.html'>2007-01</a></td><td><a
2013 Jan 14
2
[Bug 2062] New: Add support for a ForceShell sshd option
https://bugzilla.mindrot.org/show_bug.cgi?id=2062 Bug ID: 2062 Summary: Add support for a ForceShell sshd option Classification: Unclassified Product: Portable OpenSSH Version: -current Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: sshd