摘要:
转自:http://tieba.baidu.com/p/3020839207 阅读全文
摘要:
cat path/to/file/filename1 >> path/to/file/filename2例如:cat id_rsa.pub >> ~/.ssh/authorized_keys可以把文件id_rsa.pub的内容增加到authorized_keys文件的尾部 阅读全文
摘要:
需要用到authorized_keys文件具体请参阅:http://chenlb.iteye.com/blog/211809 阅读全文