emacs tramp 뭘해도 안됩니다

vivisection의 이미지

일단 init.el 입니다

(setq tramp-debug-buffer t)
(setq tramp-verbose 10)
(setq tramp-default-methoe "sshx")
(require 'tramp)

C-x , C-f 하고 root@testserver.com:/home/root/test.txt

Opening connection for root@testserver.com using scp...failed

인터넷찾아서 해볼만한건 다 해본것 같은데 안됩니다

제가 뭘 잘못하고 있는건가요?