Ssh server with keys for authentication?

Anyone have a link to doco or tutorial that covers how to setup an ssh server running on your Mac (latest version OSX) such that:
* assumption - port forward ssh port on your home gateway to your Mac
* keys established (for better security) - i.e. need to have the key available on your external PC when wanting to ssh back to home
* custom ssh port
* only access ssh requires for logon from predefined external IP addresses (or perhaps this is something you'll setup on your home internet gateway/router along with port forwarding)

hi kbwrecker,
as i know, sharepoint will as well follow the diagram that you posted before, additional article
https://technet.microsoft.com/en-us/library/cc262350(v=office.15).aspx#plansaml
i checked with our ADFS engineer, the certificate is to sign the token, so, it should not have any relation directly to each of the realm.
i am not quite sure on how this ADFS and token signing, will work that deep, as from sharepoint side, we may need only the certificate that is valid, and update them to our environment, to make it work.
for more details regarding this issue, you may try to open a thread as well in the ADFS thread for this.
based on the additional article, your design may able to work, but we encourage you to seek more deep answer in ADFS forum thread
https://technet.microsoft.com/en-us/windowsserver/dd448613.aspx
Regards,
Aries
Microsoft Online Community Support
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

Similar Messages

  • Nnot Get Session Key for Authentication

    I found in trace file of my application
    (TRACE_LEVEL_CLIENT = SUPPORT in sqlnet.ora):
    ORA-28035 Cannot Get Session Key for Authentication
    Cause: Client and server cannot negotiate shared secret during logon.
    What is the session key and how to obtain it?

    DISABLE_OOB = ON
    NAMES.DEFAULT_DOMAIN = domain
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    SQLNET.CRYPTO_SEED = P9EBHPQFLEIAJNUFAZHQP8JBNES8EBEEHS895LCWW9UZKO9HR2R2E5GDN7JV15T27QJO97D89BQAWSRF
    # SQLNET.CRYPTO_CHECKSUM_SERVER = requested
    # SQLNET.CRYPTO_CHECKSUM_CLIENT = requested
    # SQLNET.ENCRYPTION_SERVER = requested
    # SQLNET.ENCRYPTION_CLIENT = requested
    SQLNET.RADIUS_AUTHENTICATION = ad1.domain
    # SQLNET.RADIUS_AUTHENTICATION_PORT = (PORT)
    SQLNET.RADIUS_AUTHENTICATION_TIMEOUT = 5
    SQLNET.RADIUS_AUTHENTICATION_RETRIES = 3
    SQLNET.RADIUS_ALTERNATE = ad2.nlmk
    # SQLNET.RADIUS_ALTERNATE_PORT = (1645)
    SQLNET.RADIUS_ALTERNATE_TIMEOUT = 5
    SQLNET.RADIUS_ALTERNATE_RETRIES = 3
    SQLNET.RADIUS_SEND_ACCOUNTING = ON
    # SQLNET.RADIUS_SECRET=(path/radius.key)
    SQLNET.AUTHENTICATION_SERVICES = (NTS, BEQ,RADIUS)
    # TRACE_LEVEL_CLIENT = SUPPORT
    # TRACE_LEVEL_SERVER = SUPPORT
    domain is the name of my windows domain
    TNSNAMES.ORA
    SERVER.DOMAIN =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = server.domain)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = server.domain)
    )

  • I just purchased the Mac Mini Server with the intention of replacing Lion Server with Lion for the first hard drive while installing Windows 7 thru Bootcamp on the second hard drive. Is it possible for me to do this? Thanks.

    I just purchased the Mac Mini Server with the intention of replacing Lion Server with Lion for the first hard drive while installing Windows 7 thru Bootcamp on the second hard drive. Is it possible for me to do this? Thanks.

    I would use Parallels or VMWare and use the second drive to hold the virtual machine. That way the VM only uses the space that it needs and you can still use the remainder of the drive for other things, not to mention that you would not need to reboot to run windows.
    Also Time Machine does not back up a boot camp partition.

  • Proxy server keeps asking for authentication

    My MacOS10.7.3 server coordinates a small subnet of 100 macs. To access the internet as provided by the larger organisation we must go through a proxy server. Unfortunately the proxy server keeps asking for authentication and checking the Remember This Password barely helps. Any tips would be appreciated.

    Hi, the reply by ctzsnooze in the following thread was very helpful to me:
    https://discussions.apple.com/message/23848959#23848959

  • Connecting MII server with PCO for Notification

    Hi All,
    I am Trying to connect MII server with PCO for Notification.
    I had given,
    ServerName,Port ,Version,UserName and password, advanced settings also.Eventhough Iam not able to connect to MII server from PCO.So please let me know any other settings to be done to connect.

    Hi Parthee
    Hope you are following the same steps as mentioned in the document.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/108a16e7-1448-2e10-caa3-9b18af7256b8
    Have you tested your connection?
    Regards
    Anshul
    Edited by: Anshul Sahu on Jun 24, 2011 9:34 AM

  • Impossible to connect to an ssh server with Mysecureshell

    Hi,
    I have a SSH server (openssh) with MySecureShell and fail2ban installed.
    When I try to connect as an user whose shell is MySecureShell, I got "permission denied" (in terminal) or "critical error, impossible to connect" in filezilla. As soon as I replace /bin/MySecureShell by /bin/bash in /etc/passwd, I am able to connect. When I desactivate fail2ban, nothing changes. The problem is thus likely to come from MySecureShell.
    I append my /etc/ssh/sshd_config:
    # $OpenBSD: sshd_config,v 1.89 2013/02/06 00:20:42 dtucker Exp $
    # This is the sshd server system-wide configuration file. See
    # sshd_config(5) for more information.
    # This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
    # The strategy used for options in the default sshd_config shipped with
    # OpenSSH is to specify options with their default value where
    # possible, but leave them commented. Uncommented options override the
    # default value.
    #Port 22
    #AddressFamily any
    #ListenAddress 0.0.0.0
    #ListenAddress ::
    # The default requires explicit activation of protocol 1
    #Protocol 2
    # HostKey for protocol version 1
    #HostKey /etc/ssh/ssh_host_key
    # HostKeys for protocol version 2
    #HostKey /etc/ssh/ssh_host_rsa_key
    #HostKey /etc/ssh/ssh_host_dsa_key
    #HostKey /etc/ssh/ssh_host_ecdsa_key
    # Lifetime and size of ephemeral version 1 server key
    #KeyRegenerationInterval 1h
    #ServerKeyBits 1024
    # Logging
    # obsoletes QuietMode and FascistLogging
    #SyslogFacility AUTH
    #LogLevel INFO
    # Authentication:
    #LoginGraceTime 2m
    PermitRootLogin no
    #StrictModes yes
    #MaxAuthTries 6
    #MaxSessions 10
    #RSAAuthentication yes
    #PubkeyAuthentication yes
    # The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2
    # but this is overridden so installations will only check .ssh/authorized_keys
    AuthorizedKeysFile .ssh/authorized_keys
    #AuthorizedPrincipalsFile none
    #AuthorizedKeysCommand none
    #AuthorizedKeysCommandUser nobody
    # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
    #RhostsRSAAuthentication no
    # similar for protocol version 2
    #HostbasedAuthentication no
    # Change to yes if you don't trust ~/.ssh/known_hosts for
    # RhostsRSAAuthentication and HostbasedAuthentication
    #IgnoreUserKnownHosts no
    # Don't read the user's ~/.rhosts and ~/.shosts files
    #IgnoreRhosts yes
    # To disable tunneled clear text passwords, change to no here!
    #PasswordAuthentication yes
    #PermitEmptyPasswords no
    # Change to no to disable s/key passwords
    ChallengeResponseAuthentication no
    # Kerberos options
    #KerberosAuthentication no
    #KerberosOrLocalPasswd yes
    #KerberosTicketCleanup yes
    #KerberosGetAFSToken no
    # GSSAPI options
    #GSSAPIAuthentication no
    #GSSAPICleanupCredentials yes
    # Set this to 'yes' to enable PAM authentication, account processing,
    # and session processing. If this is enabled, PAM authentication will
    # be allowed through the ChallengeResponseAuthentication and
    # PasswordAuthentication. Depending on your PAM configuration,
    # PAM authentication via ChallengeResponseAuthentication may bypass
    # the setting of "PermitRootLogin without-password".
    # If you just want the PAM account and session checks to run without
    # PAM authentication, then enable this but set PasswordAuthentication
    # and ChallengeResponseAuthentication to 'no'.
    UsePAM yes
    #AllowAgentForwarding yes
    #AllowTcpForwarding yes
    #GatewayPorts no
    #X11Forwarding no
    #X11DisplayOffset 10
    #X11UseLocalhost yes
    PrintMotd no # pam does that
    #PrintLastLog yes
    #TCPKeepAlive yes
    #UseLogin no
    UsePrivilegeSeparation sandbox # Default for new installations.
    #PermitUserEnvironment no
    #Compression delayed
    #ClientAliveInterval 0
    #ClientAliveCountMax 3
    #UseDNS yes
    #PidFile /run/sshd.pid
    #MaxStartups 10:30:100
    #PermitTunnel no
    #ChrootDirectory none
    #VersionAddendum none
    # no default banner path
    #Banner none
    # override default of no subsystems
    Subsystem sftp /usr/lib/ssh/sftp-server
    # Example of overriding settings on a per-user basis
    #Match User anoncvs
    # X11Forwarding no
    # AllowTcpForwarding no
    # ForceCommand cvs server
    and my /etc/ssh/sftp_config:
    ## MySecureShell Configuration File ##
    #Default rules for everybody
    <Default>
    GlobalDownload 0 #total speed download for all clients
    # o -> bytes k -> kilo bytes m -> mega bytes
    GlobalUpload 0 #total speed download for all clients (0 for unlimited)
    Download 0 #limit speed download for each connection
    Upload 0 #unlimit speed upload for each connection
    StayAtHome true #limit client to his home
    VirtualChroot true #fake a chroot to the home account
    LimitConnection 10 #max connection for the server sftp
    LimitConnectionByUser 10 #max connection for the account
    LimitConnectionByIP 10 #max connection by ip for the account
    Home /home/$USER #overrite home of the user but if you want you can use
    # environment variable (ie: Home /home/$USER)
    IdleTimeOut 5m #(in second) deconnect client is idle too long time
    ResolveIP true #resolve ip to dns
    # IgnoreHidden true #treat all hidden files as if they don't exist
    # DirFakeUser true #Hide real file/directory owner (just change displayed permissions)
    # DirFakeGroup true #Hide real file/directory group (just change displayed permissions)
    # DirFakeMode 0400 #Hide real file/directory rights (just change displayed permissions)
    #Add execution right for directory if read right is set
    HideNoAccess true #Hide file/directory which user has no access
    # MaxOpenFilesForUser 20 #limit user to open x files on same time
    # MaxWriteFilesForUser 10 #limit user to x upload on same time
    # MaxReadFilesForUser 10 #limit user to x download on same time
    DefaultRights 0666 0777 #Set default rights for new file and new directory
    # MinimumRights 0400 0700 #Set minimum rights for files and dirs
    ShowLinksAsLinks false #show links as their destinations
    # ConnectionMaxLife 1d #limits connection lifetime to 1 day
    # Charset "ISO-8859-15" #set charset of computer
    </Default>
    #Rules only for group ftp
    #<Group ftp>
    # Download 25 k/s
    # LogFile /var/log/sftp-server_ftp.log #Change logfile
    # ExpireDate "2007-02-28 18:31:01"
    #</Group>
    #<Group sftp_administrator>
    # IsAdmin true #can admin the server
    # VirtualChroot false #you must disable chroot to have a full support of admin
    # StayAtHome true
    # IdleTimeOut 0
    #</Group>
    #<Group old_client>
    # SftpProtocol 3 #force protocol SFTP
    # DisableAccount true #disable account
    #</Group>
    #Rules only for group ftpnolimit
    #<Group ftpnolimit>
    # Download 0 #0 = unlimited
    # IdleTimeOut 0 #no timeout
    # DirFakeUser false #show real user on file/directory
    # DirFakeGroup false #show real group on file/directory
    # DirFakeMode 0 #show real rights on file/directory
    # MaxReadFilesForUser 0 #0 = unlimited but still have the restriction MaxOpenFilesForUser
    #</Group>
    #<IpRange 192.168.0.1-192.168.0.5>
    # ByPassGlobalDownload true #bypass GlobalDownload restriction
    # ByPassGlobalUpload true #bypass GlobalUpload restriction
    # Download 0
    # DisableAccount false #enable account
    # IdleTimeOut 0 #disable timeout
    # LimitConnectionByIP 0 #no limit
    #</IpRange>
    #<Group trusted_users>
    # Shell /bin/tcsh #give a shell access to TRUSTED clients !!!
    #</Group>
    #<VirtualHost *:22>
    # DirFakeUser false #show real user on file/directory
    # DirFakeGroup false #show real group on file/directory
    # DirFakeMode 0 #show real rights on file/directory
    # HideNoAccess false
    # IgnoreHidden false
    #</VirtualHost>
    #Include /etc/my_sftp_config_file #include this valid configuration file
    My installation is up to date.
    Please let me know if you need supplementary info.
    Last edited by Vincent D (2013-04-15 09:54:06)

    Vincent D wrote:
    Gat wrote:I'm getting the same error, but without using MySecureShell. The problem occurs with any script being placed in user's home directory and specified in /etc/passwd instead of /bin/bash. It's possible for a user to log in to bash and then run the script, so it doesn't seem to be a file permission problem.
    Do you also get the "permission denied"?
    My workaround is to purely remove MySecureShell, but this is not very safe.
    Yes I'm also getting a permission denied error. I guess this might be something we need to set in PAM config, but I wasn't able to find it.

  • Ssh client with key management

    hi,
    i search of a ssh client with rsa/dsa key management, and i can't find one
    thanks
    C

    Not sure precisely if this is what you're looking for, but Fugu
    http://rsug.itd.umich.edu/software/fugu/
    seems to be a pretty effective SSH client, with graphical interface.
    Does running shh from the Terminal (command line) do what you need?

  • Can not connect to a remote SSH server with my mac

    Ok have tried 4 different applications, fetch , captain ftp, terminal, etc.
    I am trying and connect to a friends ssh server to upload some file logs. I have the correct login/password, have tried both protocol 1 and 2. Port 22 is correct. I keep getting the error message
    User logging error - captain ftp
    SFTP connection to ..... could not be opened becasue the connection to the SFTP server could not be established or was lost - Fetch
    sshexchangeidentification: Connection closed by remote host - Ternminal
    We have tested it using Telnet and other programs on a PC and all is well.
    When i try and connect he receives the message
    Refused connect from cpe-"ip address"(ip address)
    policy: HostKey/etc/ssh/sshhost_rsakey
    Do i have a setting somewhere i am missing.

    1st, is the server behind a home router? Has port 22 been "Port Forwarded" from the internet side to the server's side of the router?
    2nd, from a Terminal session use the command:
    ssh -v -v -v [email protected]
    The -v -v -v triplets will give you a wealth of ssh connection information. If you read through this carefully you may find the root cause of your problems (assuming the 1st step above doesn't yield results).
    Another thing to consider, is that ssh will not make a connection to an account that it does not consider to be reasonably secure. This means that the home directory of the account and specific key subdirectories must have proper ownership and permissions, or ssh will not connect. The specific ownership and permissions needed and the files and directories checked are spelled out in the ssh man page
    man ssh

  • Hooking LDAP with Weblogic for Authentication

    I have a lot of users in an LDAP-Directory and I would like to map this directory to a Website on my Weblogic instance.
    Now, I've added LDAP into my Security Realm in Weblogic, what do i add to the web.xml ? Is this sufficient?
    Do I need to change anyting else in my Weblogic configuration than adding OpenLDAP Support in Authentication?
    Thanks!

    HI Tim,
    Yes LDAP can be used trough SAP BP CMS (BO authentication).
    That's means all the users has to be imported into CMS and after that BPC is using for authentication BO certificate to authenticate to CMS.
    So you have also SSO.
    You don't need Active directory in this case.
    Any way BPC is still working also with Microsoft Active directory without CMS but you have to decide what kind of authentication satisfy better customer requirements.
    You can use or Microsoft Active Directory or CMS but you cannot use both in the same time.
    Kind Regards
    Sorin Radulescu

  • How do I bind to directory server with SSL and authentication?

    I'm running Lion Server 10.7.3, Open Directory master. In Open Directory/Settings/LDAP, I've checked the box to Enable SSL and selected a (self-signed) certificate. In Policies/Binding, I've checked the box to Enable Authenticated Directory Binding.
    Testing with a client computer on which Snow Leopard has been freshly installed and fully updated, I went to System Prefs/Accounts to bind to the new directory server. The good news is, the binding was successful, and when the client initiates an AFP connection with the server, it uses Kerberos, creating a ticket as expected. (Which doesn't work with Lion clients, alas, but that's a seperate matter.)
    Here are the problems:
    1) It looks like the binding did not use SSL. By which I mean that when I opened Directory Utility and examined the LDAPv3 entry, the SSL checkbox was not checked. (If I then check the box, everything looks fine until I restart the client, after which I have a red dot. So I'm guessing that checking the box does nothing until after restart, and that it breaks the binding.)
    2) I was never prompted to authenticate for the directory binding.
    So I get that literally I'm *enabling* SSL and Authenticated Directory Binding, but it seems like the defaults are to bind without SSL or authentication, and there's no obvious-to-me way to force the binding to use those things. How do I do that?
    What I'd really like to do is *require* SSL and Authenticated Directory Binding. I want this because my belief (correct me if I'm wrong) is that if authentication is required to bind to the server, no one will be able to bind to my server without my permission, and that SSL offers a more secure connection to my server than not-SSL. How do I require these things, or do I not really want to?
    Thank you.

    You cannot connect to databases via Muse at the moment. Please refer: http://forums.adobe.com/message/5090145#5090145
    Cheers,
    Vikas

  • Using iws4.1 and Directory Server 5.0 for authentication, is  there a way to force a log off ?

     

    Hi,
    You can set this in "iPlanet Diretory Server", to force the user to log off after particular time. For more info. check iPlanet Directory server guide.
    Regards,
    Dakshin.

  • Project Server 2010 Web services access with Client Certificate Authentication

    We switched our SharePoint/Project Server 2010 farm to use client certificate authentication with Active Directory Federation Services (AD FS) 2.0, which is working without issue. We have some administrative Project Server Interface (PSI)
    web service applications that no longer connect to server with the new authentication configuration.  Our custom applications are using the WCF interface to access the public web services.
    Please let us know if it is possible to authenticate with AD FS 2.0 and then call
    Project Server web services. Any help or coding examples would be greatly appreciated.

    what is the error occurred when the custom PSI app connects?
    can you upload the ULS logs here for research?
    What is the user account format you specified in the code for authentication?
    For proper authorization, the “user logon account” in PWA for the user needs to be changed from domain\username to the claims token (e.g.
    'I:0#.w|mybusinessdomain\ewmccarty').
    It requires you to manually call the UpnLogon method of
    “Claims to Windows Token Service”. if (Thread.CurrentPrincipal.Identity is ClaimsIdentity)  
    {  var identity = (ClaimsIdentity)Thread.CurrentPrincipal.Identity;  }  
    if (Thread.CurrentPrincipal.Identity is ClaimsIdentity)
    var identity = (ClaimsIdentity)Thread.CurrentPrincipal.Identity;
    Than you need to extract UPN-Claim from the identity.
    Upload the verbose log if possible.
    Did you see this?
    http://msdn.microsoft.com/en-us/library/ff181538(v=office.14).aspx
    Cheers. Happy troubleshooting !!! Sriram E - MSFT Enterprise Project Management

  • Sun IDM Key based authentication

    Hi All,
    I've a requirement in SUN IDM for configuring an AIX resource with key based authentication.
    For this, first i created public and private keys in the AIX resource ( AIX Server) with a passphrase. The files id_rsa and id_rsa.pub are now available in /home/<UserID>/.ssh on the AIX Server . UserID is the ID used to login to the AIX server( no root access)
    Then, i created a file named authorized_keys and copied the contents of the id_rsa.pub and pasted in authorized_keys file.
    For key based authentication, i configured the resource with the following parameters on SUN IDM console :
    Host name=Specific to server
    TCP Port=22
    Login User= <UserID> <User ID used while creating publice and priavte keys on AIX server)
    Login shell Prompt=$
    SUDO authentication =TRU
    Connection Type= SSHPubKey
    Private key = (Contents of id_rsa file from AIX server)
    Passphrase = created from the server
    Now, if i do the Test Configuration, I get the error message : Auth Failed.
    Do I need to create the authorized_keys file under the /.ssh ( root .ssh folder of the AIX server ) instead of the .ssh folder of the UserID used for creating the keys?
    Am i missing something here?
    Thanks in advance.

    The issue is resolved.
    Steps done to solve:
    1. Logged in to the IDM Server via putty with a User ID which has better Sudo rights and generated the keys with passphrase.
    2. Logged in to the target resource ( AIX Server ) and appended the contents of public key ( From the IDM Server) in authorized_keys file ( in AIX server)
    3. Gave the private key and passphrase (generated from IDM Server ) in the Resource parameters in IDM console.
    After following the steps above, i was able to do a test configuration successfully.

  • Multi-thread server with UD32

    Hi
    I have build server with -t for muli-thrread option, it boots fine too. When I
    use UD32 < file. ud it does not work.
    I get following error in ULOG.
    103708.gdev!ProxSvr.26508.4.1: LIBTUX_CAT:6126: INFO: New server dispatched thread
    starting
    103708.gdev!ProxSvr.26508.1.-2: LIBTUX_CAT:476: WARN: Server 3/511: client process
    26500: lost message
    103708.gdev!ProxSvr.26508.1.-2: LIBTUX_CAT:477: WARN: SERVICE=PROXSVC MSG_ID=0
    REASON=server died
    It work when server is not build with -t option.
    Any help ?
    Vijay

    Here's a huge list of SOAP servers:
    http://www.soapware.org/directory/4/implementations
    Here's a SOAP/RMI product called XSOAP that might make more sense for you.
    http://www.extreme.indiana.edu/xgws/xsoap/

  • Running LabVIEW 7.1 on Windows 2003 Server with Terminal Services

    We are setting up a newtork based solution with LabView. I have looked for documentation on installing LV 7.1 on a Windows 2003 server to run the applications and then have destkops connect to it. Can this be done with a Terminal Services Access solution? Another words, if we were to purchase the LV Volume License Manager, can you install LV 7.1 onto a Windows 2003 server and run the application through TS across a 1GB backbone from the desktop, which makes the server do all the processing?

    On Fri, 29 Oct 2004 07:42:13 -0500, ITIQ wrote:
    > By running a session through Terminal Services you are NOT running
    > anything on the desktop it all runs on the server. So if the software
    > was installed on the server and you had the correct number of licenses
    > that you allow to connect through Terminal Services, would this not be
    > allowed under the EULA?
    Sorry for the delay. I'm surprised Philip didn't get back to us... Phil
    are you there? Based on his comments, I think he misunderstands your
    situation (no offense Phil).
    You and I are both talking about the same thing. You basically want a
    terminal server license. NI will not provide it. They told me (over the
    phone) to get a multi-seat license (MSL). IMO, that's unacceptable. I
    expect a LV license taylored specifically for thin client networks. A
    multi-seat license is for -->installing<-- on multiple machines. It
    conforms to a totally different set of rules. One big one, an MSL assumes
    that you intend to run LV locally to interact with DAQ hardware. Since
    this won't be done with the thin client, you shouldn't have to pay for it.
    > I am not sure if the question is if the license is valid or not, I am
    > first just trying to figure out if you can even install LV on a Windows
    > 2003 server and run it through a Terminal Services Session.
    Since you are talking about a Microsoft operating system, I would say this
    cannot be done without some additional/costly junk installed.
    Here's another option. If the people you're supporting don't have any
    platform dependent things like ActiveX in their LV applications, you
    should consider using a Linux-based terminal server. I know for a fact it
    works.
    I've assisted in setting up a network like this before:
    * One Linux terminal server with LabVIEW for Linux (Full Dev)
    * One WinXP box on the network with LabVIEW for Win (Prof Dev)
    * 5 cheap thin clients
    They developed LabVIEW source code on the thin clients and then compiled
    packages on the WinXP box for distribution to their customers. The WinXP
    was only used for compiles so they just hopped on when necessary. The
    eventual plan is for the thin clients to simply open a RemoteDesktop
    (using RDP) terminal session and do the compiles from there. I'm not sure
    how to do that yet... on the Windows side.
    > I see the comments on calling VIs through LV. I am a Network Engineer
    > not a LV Developer, so unfortunately I do not know what a VI is. All I
    > am looking to do is run low end PCs with LV if I have to, but use the
    > server as the workhorse to process all sims etc.
    Phil must have thought you needed a LV application to access the front
    panel controls of another LV application running on a remote machine. The
    VI server is handy in that area but useless in your case.
    Hey, you wanna hear about cheap network infrastructure? We bought our
    thin client boxes for $15 each! Go to ltsp.org if you want more info on
    configuring Linux as a terminal server.
    You, and anyone else, can also email me at gnu_voodoo [at] netzero [dot]
    com for questions/comments.

Maybe you are looking for

  • Restore MacBook Air v1.1 but how to get os x 10.7

    I restored my macbook air due to a crashed harddisk. I was running 10.7 (on line purchase), have the original 10.6 Snow Leopard, but need to upgrade to 10.7. How?????

  • Can I use imac 2007 which have dead hard drive as a Mac mini display

    Can I use imac 2007 which have dead hard drive as a Mac mini display

  • Job taking too long

    hello, I have setup a job and its been running since 1 day and dont know why it has taken such a long time. The job is simply writing data on the new created info structure which is transactional data. So I am not sure why it is taking so long. How c

  • Uanble to RESTORE CONTROLFILE IN NOMOUNT

    Hi, I have a problem in database which has catalog tablespace..i have rman level 0 backup for that database. yesterday entire database was corrupted ..so i should recover entire database with backuped control file. here my problem $ rman target sys/s

  • Connecting to database???

    Hi, I am using IR 11 version on win 2003 server. When iam trying to connect to database its showing error as "Microsoft ODBC Driver Manager Connection not open" database is oracle 10g i have created datasource and entries in TNSLISTENER.ORA also..sti