Sponsored Content
Top Forums Shell Programming and Scripting How to run commands on remote server using ssh password less authentication? Post 302933690 by Chubler_XL on Sunday 1st of February 2015 05:52:19 PM
Old 02-01-2015
Remote server will have same permissions to the filesystem that the "username" user has.

Why not try running the command from an interactive shell you can then debug/sort out required permissions:

Code:
$ ssh username@ipaddress
Last login: Fri Jan 30 16:19:27 2015 from your-pc.your.domain

ipaddress $ cat /path-to-file/file
This is the file contents

ipaddress $ exit
Connection to ipaddress closed.

$

 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Ability to run sas prog on remote server using SSH

Hi, I am trying to run a sas prog on a remote server using ssh. I have got the command that I am using in the below paragraph. With it, I was able to run shell scripts but when I tried 'sas' it errored out. I have got my keys exchanged so when I say ssh serverA I automatically connect to my... (4 Replies)
Discussion started by: coolavi
4 Replies

2. Shell Programming and Scripting

[SSH] Need to connect to remote server as different user and without password

I have a task requiring that USER_A run a script, which connects to HOST_B as USER_B and does not ask for a password. If I am logged in on HOST_A as USER_B, I can connect to HOST_B without a password, no problem. However, if I try running ssh with the command line "ssh USER_B@HOST_B" while... (3 Replies)
Discussion started by: Totengraber
3 Replies

3. Solaris

how to login with ssh to remote system with out applying the remote root/usr password

how to login with ssh to remote system with out applying the remote root/user password with rlogin we can ujse .rhosts file but with ssh howits possible plz guide (2 Replies)
Discussion started by: tv.praveenkumar
2 Replies

4. Shell Programming and Scripting

executing commands in remote server using ssh

I have some commands which need to be executed in remote machine. I have Linux Server from where I need to connect to Solaris server using ssh and then declare some variable over there and run some commands. I don't want to call a script which is present in Solaris server from Linux server... (7 Replies)
Discussion started by: maitree
7 Replies

5. UNIX for Dummies Questions & Answers

SSH Keys Authentication keeps asking for password

Hi! Im trying to set access from ServerA(SunOS) to ServerB(Some custom Linux with Keyboard Interactive login) with SSH Keys. As a proof of concept I was able to do it between 2 virtual machines. Now in my real life scenario it isnt working. I created the keys in ServerA, copied them to... (7 Replies)
Discussion started by: RedSpyder
7 Replies

6. Red Hat

prompting for passwords even i configured ssh password less authentication

There are two servers : 1. Site 2. Testing from site server i want to connect testing server with ssh password less authentication. i generated public and private keys with ssh-keygen -t rsa on site server. cat id_rsa >> authorized_keys cat id_rsa.pub >> authorized_keys i... (15 Replies)
Discussion started by: rehantayyab82
15 Replies

7. IP Networking

Cygwin remote ssh with key authentication method

Hi experts, I am not sure in which forum to submit this question. If this is not the correct place then please let me know where to submit this thread. My requirement is to invoke windows batch scripts from linux shell script. Hence, I have installed openssh in Cygwin on the windows machine.... (2 Replies)
Discussion started by: ahmedwaseem2000
2 Replies

8. Shell Programming and Scripting

Running Commands on a Remote Linux Server over SSH

Hello, I'm trying to create a ksh script to ssh to a remote server, enter the password and a couple commands. For security reasons I have changed the login, password and ip in my example. #!/bin/ksh ssh -t -t username@12.5.5.3 << EOF password cd bin pwd EOF When I run it. It... (5 Replies)
Discussion started by: seekryts15
5 Replies

9. Shell Programming and Scripting

Ssh - running commands on remote server

Hi, I am trying to run commands on a list of servers that I can ssh to and just want to know if there is a 'cleaner' way of doing this. At the moment, I am doing as below. Is there a way that I can escape the double quote differently? If a use a single quote to enclose the commands that I... (1 Reply)
Discussion started by: newbie_01
1 Replies

10. Ubuntu

Run a script at remote server without ssh password

Hello, What I want to do is to run a file on remote server by running a script at localhost but script should not ask ssh password of my remote server when script is executed. Scenario1: To copy files from server2 to data server:$ scp -r root@server2_ip:/var/www/html/*.* /var/ When I enter... (6 Replies)
Discussion started by: baris35
6 Replies
ipfstat(1M)						  System Administration Commands					       ipfstat(1M)

NAME
ipfstat - reports on packet filter statistics and filter list SYNOPSIS
ipfstat [-aACdfghIilnosv] ipfstat [-C] [-D addrport] [-P protocol] [-S addrport] [-T refreshtime] DESCRIPTION
The ipfstat command examines /dev/kmem using the symbols _fr_flags, _frstats, _filterin, and _filterout. To run and work, it needs to be able to read both /dev/kmem and the kernel itself. The default behavior of ipfstat is to retrieve and display the statistics which have been accumulated over time as the kernel has put pack- ets through the filter. The role of ipfstat is to display current kernel statistics gathered as a result of applying the filters in place (if any) to packets going in and out of the kernel. This is the default operation when no command line parameters are present. When supplied with either -i or -o, ipfstat will retrieve and display the appropriate list of filter rules currently installed and in use by the kernel. ipfstat's use is restricted through access to /dev/ipl and /dev/ipstate. The default permissions of these files require ipfstat to be run as root for all operations. Using the -t option causes ipfstat to enter the state top mode. In this mode the state table is displayed similarly to the way the Unix top utility displays the process table. The -C, -D, -P, -S and -T command line options can be used to restrict the state entries that will be shown and to specify the frequency of display updates. In state top mode, use the following keys to influence the displayed information: d Select information to display. l Redraw the screen. q Quit the program. s Switch between different sorting criteria. r Reverse the sorting criteria. States can be sorted by protocol number, by number of IP packets, by number of bytes, and by time-to-live of the state entry. The default is to sort by the number of bytes. States are sorted in descending order, but you can use the r key to sort them in ascending order. It is not possible to interactively change the source, destination, and protocol filters or the refresh frequency. This must be done from the command line. The screen must have at least 80 columns for correct display. However, ipfstat does not check the screen width. Only the first X-5 entries that match the sort and filter criteria are displayed (where X is the number of rows on the display). There is no way to see additional entries. OPTIONS
The following options are supported: -a Display the accounting filter list and show bytes counted against each rule. -A Display packet authentication statistics. -C Valid only in combination with -t. Display "closed" states as well in the top. Normally, a TCP connection is not displayed when it reaches the CLOSE_WAIT protocol state. With this option enabled, all state entries are displayed. -d Produce debugging output when displaying data. -D addrport Valid only in combination with -t. Limit the state top display to show only state entries whose destination IP address and port match the addrport argument. The addrport specification is of the form ipaddress[,port]. The ipaddress and port should be either numerical or the string any (specifying any IP address and any port, in that order). If the -D option is not specified, it defaults to -D any,any. -f Show fragment state information (statistics) and held state information (in the kernel) if any is present. -g Show groups currently configured (both active and inactive). -h Show per-rule the number of times each one scores a "hit". For use in combination with -i. -i Display the filter list used for the input side of the kernel IP processing. -I Swap between retrieving inactive/active filter list details. For use in combination with -i. -l When used with -s, show a list of active state entries (no statistics). -n Show the rule number for each rule as it is printed. -o Display the filter list used for the output side of the kernel IP processing. -P protocol Valid only in combination with -t. Limit the state top display to show only state entries that match a specific protocol. The argument can be a protocol name (as defined in /etc/protocols) or a protocol number. If this option is not specified, state entries for any pro- tocol are specified. -s Show packet/flow state information (statistics only). -S addrport Valid only in combination with -t. Limit the state top display to show only state entries whose source IP address and port match the addrport argument. The addrport specification is of the form ipaddress[,port]. The ipaddress and port should be either numerical or the string any (specifying any IP address and any port, in that order). If the -S option is not specified, it defaults to -S any,any. -t Show the state table in a way similar to the way the Unix utility, top, shows the process table. States can be sorted in a number of different ways. -T refreshtime Valid only in combination with -t. Specifies how often the state top display should be updated. The refresh time is the number of sec- onds between an update. Any positive integer can be used. The default (and minimal update time) is 1. -v Turn verbose mode on. Displays additional debugging information. FILES
o /dev/kmem o /dev/ksyms o /dev/ipl o /dev/ipstate ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWipfu | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ SEE ALSO
ipf(1M), attributes(5) NOTES
To view license terms, attribution, and copyright for IP Filter, the default path is /usr/lib/ipf/IPFILTER.LICENCE. If the Solaris operat- ing environment has been installed anywhere other than the default, modify the given path to access the file at the installed location. SunOS 5.10 12 Nov 2003 ipfstat(1M)
All times are GMT -4. The time now is 11:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy