Search Results

Search: Posts Made By: developy
1,270
Posted By developy
#!/bin/bash if [ "$1" == "" ] then clear...
#!/bin/bash

if [ "$1" == "" ]
then
clear
echo "how to use:"
echo "i 111.222.333.444"
echo "i name"
echo "i name.exemple.com.fr"
echo ""
fi

#verifying that the input is a valid ip
if [[...
1,270
Posted By developy
I have my key configured correctly. I just want...
I have my key configured correctly.
I just want to handle these cases so I can connect, and if it is not possible, get the information from the provider so I can access the platform and find out...
1,270
Posted By developy
Automating ssh connection
I want to create a script for the ssh connection that handles any input. Be it IP or DNS.
And instead of typing in giant commands, I'd like to downplay it and treat it.

I imagined the following...
Showing results 1 to 3 of 3

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