Search Results

Search: Posts Made By: nnnnnnine
Forum: AIX 05-11-2016
7,312
Posted By MadeInGermany
For telnet you can try TCP wrappers...
For telnet you can try TCP wrappers (http://www.ibm.com/developerworks/aix/library/au-tcpwrapper/).
You first need to install them (maybe even to first compile them).

Then enable them for telnetd...
Forum: AIX 05-11-2016
7,312
Posted By zaxxon
For ssh you can try something like ... ...
For ssh you can try something like

...
AllowUsers alice@192.168.1.100
...

in your /etc/ssh/sshd_config.
5,258
Posted By ahamed101
Something like this? #!/bin/bash while...
Something like this?

#!/bin/bash
while true
do
cmd="$*"
echo "Intervel 2 sec, Command: $*"
eval $cmd
break
done

[orange@bt ~/aen]./run "ls -l | grep run"...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 11:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy