This website requires JavaScript.
Explore
Help
Sign In
XorA
/
bash-it
Watch
1
Star
0
Fork
You've already forked bash-it
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
22d9179ff7
bash-it
/
plugins
/
ssh.plugins.bash
5 lines
103 B
Bash
Raw
Blame
History
#!/bin/bash
function
add_ssh
(
)
{
echo
-en
"
\n\nHost
$1
\n HostName
$2
\n User
$3
"
>> ~/.ssh/config
}
Reference in New Issue
View Git Blame
Copy Permalink