sshrc遠(yuǎn)程登錄工具
sshrc 跟 ssh 一樣,但它會(huì)在你登錄到遠(yuǎn)程服務(wù)器后顯示本地的 ~/.sshrc 文件。
示例:
$ echo "echo welcome" > ~/.sshrc $ sshrc me@myserver welcome $ echo "alias ..='cd ..'" > ~/.sshrc $ sshrc me@myserver $ type .. .. is aliased to `cd ..'
安裝:
$ sudo add-apt-repository ppa:russell-s-stewart/ppa $ sudo apt-get update $ sudo apt-get install sshrc
評(píng)論
圖片
表情
