mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-26 14:40:16 +00:00
add others
pass password to ssh
This commit is contained in:
parent
6b7d0d3edb
commit
52c0337911
1 changed files with 4 additions and 2 deletions
|
@ -2107,7 +2107,6 @@ sudo dmidecode -t memory
|
|||
lsscsi
|
||||
```
|
||||
|
||||
|
||||
##### Tutorial for setting up your own DNS server
|
||||
http://onceuponmine.blogspot.tw/2017/08/set-up-your-own-dns-server.html
|
||||
|
||||
|
@ -2117,6 +2116,9 @@ http://onceuponmine.blogspot.tw/2017/07/create-your-first-simple-daemon.html
|
|||
##### Tutorial for using your gmail to send email
|
||||
http://onceuponmine.blogspot.tw/2017/10/setting-up-msmtprc-and-use-your-gmail.html
|
||||
|
||||
|
||||
##### pass password to ssh
|
||||
```bash
|
||||
sshpass -p mypassword ssh root@10.102.14.88 "df -h"
|
||||
```
|
||||
|
||||
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-
|
||||
|
|
Loading…
Reference in a new issue