Sponsored Content
Operating Systems BSD Connection SSH to remote by ssh Post 303014199 by gull04 on Wednesday 7th of March 2018 03:19:40 AM
Old 03-07-2018
Hi,

Do you want the script to open an interactive shell for you, or should it remotely execute something.

Can you show us what you have tried so far?

Regards

Gull04
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Solaris 9 remote login (ssh) drops connection

Hello All, I wonder if you can help me... Let me give you some set-up details before I ask you the question. I have Ultra-60 at home with Solaris 9 and recommended patch cluster installed. The machine is connected to a Linksys WAG54G ADSL router/modem through RJ45 ethernet cable. The... (2 Replies)
Discussion started by: ahmerin
2 Replies

2. Shell Programming and Scripting

Remote Connection (SSH)

Hello all, I connect usually to one enviornment "dev" daily and then ftp some files to some other enviorment "uat" and then login to "uat" and run some scripts to process these files. I was thinking to automate the process, where running one script from "dev" will complete all task required... (11 Replies)
Discussion started by: RishiPahuja
11 Replies

3. Shell Programming and Scripting

Remote SSH Connection Using Script

Hi, I am new to Shell Scripting. Can anybody help me in writing a Script Which Could Login from a Unix box to a Remote Unix box which accepts the user credentials automatically and display the result for checking the Disk Space Utilisation (Without running any SSH agent). (1 Reply)
Discussion started by: ajith_tg
1 Replies

4. Shell Programming and Scripting

check ssh connection to remote host

I am using KSH and I need to check whether the remote host has been configured with ssh public key. Is there any way we can check inside a script? (6 Replies)
Discussion started by: praveenbvarrier
6 Replies

5. Shell Programming and Scripting

ssh connection from remote machine in solaris

Hi! I have two solaris 10 machines(say 10.1.1.1,10.1.1.2). i have installed rsync on 10.1.1.2, 10.1.1.1::: Sun Microsystems Inc. SunOS 5.10 Generic January 2005 -bash-3.00$ ssh 10.1.1.2 "echo $PATH" Password:... (4 Replies)
Discussion started by: dddkiran
4 Replies

6. Red Hat

Unable to SSH into machine - ssh_exchange_identification: Connection closed by remote host

For a few days now I have been experiencing issues when trying to SSH into 1 of my machine. I get the following output when running 'ssh -vvv': server1:/home/mymadq> ssh -l root -vvv server2 OpenSSH_3.9p1, OpenSSL 0.9.7a Feb 19 2003 debug1: Reading configuration data /etc/ssh/ssh_config... (3 Replies)
Discussion started by: jaapar
3 Replies

7. AIX

ssh failed to login in remote connection

i am in node acbs01b and i use the root@fcbs01b to login and i have the below message . ssh root@fcbs01b @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT... (6 Replies)
Discussion started by: thecobra151
6 Replies

8. Shell Programming and Scripting

How to automate SSH remote connection with a shell script

Hi Guys! I am trying to write a shell script for automated ssh. vairable user and passwd have initialized correctly, but when I use the following it still prompting me for the password. #!/usr/bin/bash user='root@10.14.76.225' passwd='admin' ssh $user $passwd uptime exit I... (3 Replies)
Discussion started by: pinpe
3 Replies

9. Ubuntu

ssh connection unstable on remote server

Hi I hope someone can spot what is wrong with this ssh connection as it has me baffled. I am trying to set up a remote ssh connection (passwordless) to a remote 'server', (Ubuntu laptop at home). I have tried these steps with rsa and dsa key types, (currently dsa) - 1) ssh-keygen... (4 Replies)
Discussion started by: steadyonabix
4 Replies

10. Shell Programming and Scripting

Ssh to validate multiple remote hosts connection validation.

Dear Folks, I am trying to read a config file contains ip and port numbers. i want to read each line of the config file and check ssh connection is happening or not. Kindly guide. Config file: abc@1.2.342 22 abc@1.2.343 22 abc@1.2.344 22 abc@1.2.345 22... (9 Replies)
Discussion started by: sadique.manzar
9 Replies
BSESCM(1)							BEAST Manual Pages							 BSESCM(1)

NAME
bsescm - A Guile based scheme shell for BEAST and BSE. SYNOPSIS
bsescm [OPTIONS] [--] ... bsescm [OPTIONS] infile.bse ... DESCRIPTION
bsescm is a Guile based scheme shell for BSE, the Better Sound Engine. bsescm provides a shell interface to all procedures exported by the BSE library, so scripts are able to access the full range of function- ality provided by it, from simple playback of a .bse file to full fledged automated creation or editing of synthesis networks. Alternatively to the linked in BSE library, the bsescm language interface can also talk to a remotely running BSE library host, for instance beast(1). By operating on a remotely running BSE core, bsescm can be used to script arbitrary BSE programs. The shell is also used directly by the BSE library to execute procedures on its behalf, this allows BSE procedures to be written in scheme. When started, bsescm tests whether the first non-option argument is a .bse file and if the test succeeds, attempts to play the command line arguments as .bse files. OPTIONS
bsescm follows the usual GNU command line syntax, with long options starting with two dashes ('--'). --bse-pipe INFD OUTFD Provide the input and output communication filedescriptors for remote operation. --bse-eval STRING Execute (eval-string STRING) instead of going into interactive mode. --bse-enable-register Allowes registration of procedures with the BSE core. --bse-no-load Prevent automated loading of plugins and scripts at startup time in interactive mode. --bse-no-play Prevent automated detection and playback of .bse file command line arguments. --g-fatal-warnings Make runtime warnings fatal (abort). -h, --help Describe command line options and exit. -v, --version Display version and exit. -n=NICELEVEL Execute with priority NICELEVEL, this option only takes effect for the root suid wrapper 'beast'. -N Disables renicing to execute with existing priority. --bse-latency=USECONDS Set the allowed synthesis latency for BSE in milliseconds. --bse-mixing-freq=FREQUENCY Set the desired synthesis mixing frequency in Hz. --bse-control-freq=FREQUENCY Set the desired control frequency in Hz, this should be much smaller than the synthesis mixing frequency to reduce CPU load. The default value of approximately 1000 Hz is usually a good choice. --bse-pcm-driver DRIVER-CONF -p DRIVER-CONF This options results in an attempt to open the PCM driver DRIVER-CONF when playback is started. Multiple options may be supplied to try a variety of drivers and unless DRIVER-CONF is specified as `auto', only the drivers listed by options are used. Each DRIVER-CONF consists of a driver name and an optional comma seperated list of arguments attached to the driver withan equal sign, e.g.: -p oss=/dev/dsp2,rw -p auto --bse-midi-driver DRIVER-CONF -m DRIVER-CONF This option is similar to the --bse-pcm-driver option, but applies to MIDI drivers and devices. It also may be specified multiple times and features an `auto' driver. --bse-driver-list Produce a list of all available PCM and MIDI drivers and available devices. Guile Options: -l FILE Load scheme source code from file. -e FUNCTION After reading script, apply FUNCTION to command-line arguments. -ds Do -s SCRIPT at this point (note that this argument must be used in conjuction with -s). --debug Start with debugging evaluator and backtraces enabled (useful for debugging scripts). --emacs Enable emacs protocol for use from within emacs (experimental). The remaining Guile options stop argument processing, and pass all remaining arguments as the value of (command-line): -- Stop argument processing, start in interactive mode. -c EXPR Stop argument processing, evaluate EXPR as a scheme expression. -s SCRIPT Load Scheme source from SCRIPT and execute as a script. SEE ALSO
beast(1), bse(5), BEAST/BSE Website (http://beast.testbit.eu), Guile Documentation (http://www.gnu.org/software/guile/docs/) beast-0.7.3 2011-04-08 02:30:18 +0200 BSESCM(1)
All times are GMT -4. The time now is 05:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy